Skip to content

Commit

Permalink
release params: remove dev (#9265)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Jan 18, 2024
1 parent 3040e25 commit 4f6eda7
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 = 57 // 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 = 57 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
)
Expand Down

0 comments on commit 4f6eda7

Please sign in to comment.