Skip to content

Commit

Permalink
[beta] Bump version to 2021.12.02 (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAkhunov authored Dec 6, 2021
1 parent c9108ae commit 276b6c0
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 @@ -33,7 +33,7 @@ var (
const (
VersionMajor = 2021 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release
VersionMicro = 1 // Patch version component of the current release
VersionMicro = 2 // Patch version component of the current release
VersionModifier = "beta" // Patch version component of the current release
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
Expand Down

0 comments on commit 276b6c0

Please sign in to comment.