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 543384d commit 63cb25dCopy full SHA for 63cb25d
params/version.go
@@ -22,7 +22,7 @@ import (
22
23
const (
24
VersionMajor = 4 // Major version component of the current release
25
- VersionMinor = 3 // Minor version component of the current release
+ VersionMinor = 4 // Minor version component of the current release
26
VersionPatch = 0 // Patch version component of the current release
27
VersionMeta = "stable" // Version metadata to append to the version string
28
)
0 commit comments