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