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