We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe386c commit 8c7fa04Copy full SHA for 8c7fa04
params/version.go
@@ -26,7 +26,7 @@ const (
26
VersionMajor = 2 // Major version component of the current release
27
VersionMinor = 3 // Minor version component of the current release
28
VersionPatch = 0 // Patch version component of the current release
29
- VersionMeta = "beta2" // Version metadata to append to the version string
+ VersionMeta = "beta3" // Version metadata to append to the version string
30
)
31
32
var (
0 commit comments