version: begin v1.15.2 release cycle
This commit is contained in:
parent
b027a90ac0
commit
77762820c9
|
@ -17,8 +17,8 @@
|
|||
package version
|
||||
|
||||
const (
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 15 // Minor version component of the current release
|
||||
Patch = 1 // Patch version component of the current release
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 15 // Minor version component of the current release
|
||||
Patch = 2 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue