Skip to content

Commit

Permalink
[release/2.61] params: v2.61.0-beta1 (#12646)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Nov 6, 2024
1 parent 9ac79f4 commit 5bc53cc
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 = "dev" // 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 = "beta1" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
)
Expand Down

0 comments on commit 5bc53cc

Please sign in to comment.