Skip to content

Commit 78f3647

Browse files
authoredOct 23, 2024··
Bump version to alpha 5 (#12428)
1 parent 03aa26d commit 78f3647

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 = "alpha4" // Modifier component of the current release
40+
VersionModifier = "alpha5" // Modifier component of the current release
4141
VersionKeyCreated = "ErigonVersionCreated"
4242
VersionKeyFinished = "ErigonVersionFinished"
4343
)

0 commit comments

Comments
 (0)
Please sign in to comment.