build: bump to psuedo version 0.5.2-99-beta
This commit is contained in:
parent
b93b4f2974
commit
f95a71fdc9
@ -23,11 +23,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 5
|
appMinor uint = 5
|
||||||
appPatch uint = 1
|
appPatch uint = 2
|
||||||
|
|
||||||
// appPreRelease MUST only contain characters from semanticAlphabet
|
// appPreRelease MUST only contain characters from semanticAlphabet
|
||||||
// per the semantic versioning spec.
|
// per the semantic versioning spec.
|
||||||
appPreRelease = "beta"
|
appPreRelease = "99-beta"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version returns the application version as a properly formed string per the
|
// Version returns the application version as a properly formed string per the
|
||||||
|
Loading…
Reference in New Issue
Block a user