Skip to content

Commit

Permalink
Bump version to 3.0.0-alpha2 (#11502)
Browse files Browse the repository at this point in the history
  • Loading branch information
VBulikov committed Aug 6, 2024
1 parent 8cfb944 commit 6124a58
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 @@ -37,7 +37,7 @@ const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "alpha1" // Modifier component of the current release
VersionModifier = "alpha2" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
)
Expand Down

0 comments on commit 6124a58

Please sign in to comment.