build: bump to psuedo version 0.5.2-99-beta

This commit is contained in:
Olaoluwa Osuntokun 2019-02-21 23:21:14 -08:00
parent b93b4f2974
commit f95a71fdc9
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -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