Skip to content

Commit

Permalink
bump version (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Jul 10, 2024
1 parent 9e13ebd commit 85bea6d
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 @@ -33,7 +33,7 @@ var (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionMicro = 11 // Patch version component of the current release
VersionMicro = 12 // Patch version component of the current release
VersionModifier = "dev" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 85bea6d

Please sign in to comment.