We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de366fd + 640e0f1 commit c6cae0fCopy full SHA for c6cae0f
params/version.go
@@ -23,7 +23,7 @@ import (
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
VersionMinor = 14 // Minor version component of the current release
26
- VersionPatch = 6 // Patch version component of the current release
+ VersionPatch = 7 // Patch version component of the current release
27
VersionMeta = "unstable" // Version metadata to append to the version string
28
)
29
0 commit comments