version: release v1.15.5 stable
This commit is contained in:
parent
cd78b65cda
commit
4263936a04
|
@ -20,5 +20,5 @@ const (
|
|||
Major = 1 // Major version component of the current release
|
||||
Minor = 15 // Minor version component of the current release
|
||||
Patch = 5 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue