Skip to content

Commit

Permalink
Alpha modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Sharp authored and Alexey Sharp committed Sep 4, 2022
1 parent da90c97 commit 4067b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ var (
// see https://calver.org
const (
VersionMajor = 2022 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionMicro = 3 // Patch version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionMicro = 1 // Patch version component of the current release
VersionModifier = "alpha" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 4067b7c

Please sign in to comment.