version: bump to 0.2.2-alpha

This commit is contained in:
carla 2020-10-30 11:29:27 +02:00
parent c278d073f4
commit e261e66618
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91

View file

@ -24,7 +24,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 2
appPatch uint = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.