We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d77c9 commit 170fcd8Copy full SHA for 170fcd8
params/version.go
@@ -22,8 +22,8 @@ import (
22
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
- VersionMinor = 13 // Minor version component of the current release
26
- VersionPatch = 15 // Patch version component of the current release
+ VersionMinor = 14 // Minor version component of the current release
+ VersionPatch = 0 // Patch version component of the current release
27
VersionMeta = "unstable" // Version metadata to append to the version string
28
)
29
0 commit comments