build: bump version to v0.23.0

This commit is contained in:
Olaoluwa Osuntokun 2022-05-31 17:52:31 -07:00
parent fd7f41cdc5
commit 2ce3069953
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306
2 changed files with 2 additions and 2 deletions

View file

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

View file

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