version: bump to v0.11.0-alpha

This commit is contained in:
Oliver Gugger 2023-10-03 17:24:22 +02:00
parent a4edf4461d
commit d924ceaab1
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 10
appPatch uint = 5
appMinor uint = 11
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.