version: begin v1.15.0 release cycle
This commit is contained in:
parent
b3833e5d98
commit
9bc8256a09
|
@ -18,7 +18,7 @@ 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 = 15 // Minor version component of the current release
|
||||||
Patch = 13 // Patch version component of the current release
|
Patch = 0 // Patch version component of the current release
|
||||||
Meta = "unstable" // Version metadata to append to the version string
|
Meta = "unstable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue