version: begin v1.14.13 release cycle
This commit is contained in:
parent
c64cf28f9c
commit
66d8185aad
|
@ -19,6 +19,6 @@ package version
|
|||
const (
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 14 // Minor version component of the current release
|
||||
Patch = 12 // Patch version component of the current release
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
Patch = 13 // Patch version component of the current release
|
||||
Meta = "ustable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue