version: bump to 0.2.0-alpha

This commit is contained in:
Oliver Gugger 2020-06-05 11:20:01 +02:00
parent f8b9e31457
commit 7430eabf4e
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 1
appMinor uint = 2
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet