Skip to content

Commit 798bdf3

Browse files
committed
bump version from 5.2.1-develop to 5.2.1-mooncake
1 parent 709b787 commit 798bdf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 5 // Major version component of the current release
25-
VersionMinor = 2 // Minor version component of the current release
26-
VersionPatch = 1 // Patch version component of the current release
27-
VersionMeta = "develop" // Version metadata to append to the version string
24+
VersionMajor = 5 // Major version component of the current release
25+
VersionMinor = 2 // Minor version component of the current release
26+
VersionPatch = 1 // Patch version component of the current release
27+
VersionMeta = "mooncake" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)