version: bump version to 0.11.0

This commit is contained in:
Wilmer Paulino 2019-11-12 19:20:25 -08:00
parent df7568c50e
commit d948e49ed3
No known key found for this signature in database
GPG key ID: 6DF57B9F9514972F

View file

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