Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Bump version (erigontech#6249)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov committed Dec 8, 2022
1 parent cf23713 commit 70b18af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
// see https://calver.org
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 30 // Minor version component of the current release
VersionMinor = 31 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "dev" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
Expand Down

0 comments on commit 70b18af

Please sign in to comment.