Skip to content

Commit 3a6004e

Browse files
authored
Merge pull request #2951 from ledgerwatch/mandrigin-patch-1
[stable] Erigon alpha -> beta
2 parents a24983c + bc43e97 commit 3a6004e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ var (
3333
const (
3434
VersionMajor = 2021 // Major version component of the current release
3535
VersionMinor = 11 // Minor version component of the current release
36-
VersionMicro = 1 // Patch version component of the current release
37-
VersionModifier = "alpha" // Patch version component of the current release
36+
VersionMicro = 2 // Patch version component of the current release
37+
VersionModifier = "beta" // Patch version component of the current release
3838
VersionKeyCreated = "ErigonVersionCreated"
3939
VersionKeyFinished = "ErigonVersionFinished"
4040
)

0 commit comments

Comments
 (0)