Skip to content

Commit 021e0d7

Browse files
version bump to v2.5.7-beta2
1 parent b21d703 commit 021e0d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ import (
2323
)
2424

2525
const (
26-
VersionMajor = 2 // Major version component of the current release
27-
VersionMinor = 5 // Minor version component of the current release
28-
VersionPatch = 7 // Patch version component of the current release
29-
VersionMeta = "beta" // Version metadata to append to the version string
26+
VersionMajor = 2 // Major version component of the current release
27+
VersionMinor = 5 // Minor version component of the current release
28+
VersionPatch = 7 // Patch version component of the current release
29+
VersionMeta = "beta2" // Version metadata to append to the version string
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)