Skip to content

Commit 8c7fa04

Browse files
committed
Bump up version to v2.3.0-beta3
1 parent abe386c commit 8c7fa04

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 = 3 // Minor version component of the current release
2828
VersionPatch = 0 // Patch version component of the current release
29-
VersionMeta = "beta2" // Version metadata to append to the version string
29+
VersionMeta = "beta3" // Version metadata to append to the version string
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)