Skip to content

Commit b383ab1

Browse files
version bump to v2.5.6-beta5
1 parent c5d04b2 commit b383ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
VersionMajor = 2 // Major version component of the current release
2727
VersionMinor = 5 // Minor version component of the current release
2828
VersionPatch = 6 // Patch version component of the current release
29-
VersionMeta = "beta4" // Version metadata to append to the version string
29+
VersionMeta = "beta5" // Version metadata to append to the version string
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)