version: bump to v0.9.0-alpha

This commit is contained in:
Oliver Gugger 2023-03-29 20:34:41 +02:00
parent 27f1fd3e44
commit 50228a870c
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 = 8
appPatch uint = 6
appMinor uint = 9
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.