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