We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5a498 commit 7c460d3Copy full SHA for 7c460d3
1 file changed
params/version.go
@@ -22,8 +22,8 @@ import (
22
23
const (
24
VersionMajor = 2 // Major version component of the current release
25
- VersionMinor = 2 // Minor version component of the current release
26
- VersionPatch = 3 // Patch version component of the current release
+ VersionMinor = 3 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
27
VersionMeta = "" // Version metadata to append to the version string
28
)
29
0 commit comments