We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99659b commit 42ad98fCopy full SHA for 42ad98f
params/version.go
@@ -23,10 +23,10 @@ import (
23
)
24
25
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 = "" // Version metadata to append to the version string
+ VersionMajor = 2 // Major version component of the current release
+ VersionMinor = 3 // Minor version component of the current release
+ VersionPatch = 1 // Patch version component of the current release
+ VersionMeta = "beta" // Version metadata to append to the version string
30
31
32
var (
0 commit comments