Skip to content

Commit

Permalink
Bump version to 2.61-rc1 (#13223)
Browse files Browse the repository at this point in the history
  • Loading branch information
VBulikov authored Dec 24, 2024
1 parent 1fb5d84 commit b8b99ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ var (

// see https://calver.org
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 61 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "" // Modifier component of the current release
VersionMajor = 2 // Major version component of the current release
VersionMinor = 61 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "rc1" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
)
Expand Down

0 comments on commit b8b99ea

Please sign in to comment.