Merge pull request #1908 from guggero/v0-23-3-branch

build: bump version to v0.23.3
This commit is contained in:
Oliver Gugger 2022-11-01 13:12:08 +01:00 committed by GitHub
commit 1d767de1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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