Skip to content

Commit 6124a58

Browse files
authored
Bump version to 3.0.0-alpha2 (#11502)
1 parent 8cfb944 commit 6124a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
VersionMajor = 3 // Major version component of the current release
3838
VersionMinor = 0 // Minor version component of the current release
3939
VersionMicro = 0 // Patch version component of the current release
40-
VersionModifier = "alpha1" // Modifier component of the current release
40+
VersionModifier = "alpha2" // Modifier component of the current release
4141
VersionKeyCreated = "ErigonVersionCreated"
4242
VersionKeyFinished = "ErigonVersionFinished"
4343
)

0 commit comments

Comments
 (0)