version: fix typo in v1.14.13 release cycle name
This commit is contained in:
parent
66d8185aad
commit
aa63692129
|
@ -17,8 +17,8 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Major = 1 // Major version component of the current release
|
Major = 1 // Major version component of the current release
|
||||||
Minor = 14 // Minor version component of the current release
|
Minor = 14 // Minor version component of the current release
|
||||||
Patch = 13 // Patch version component of the current release
|
Patch = 13 // Patch version component of the current release
|
||||||
Meta = "ustable" // Version metadata to append to the version string
|
Meta = "unstable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue