build: bump version to v0.23.3

This commit is contained in:
Oliver Gugger 2022-11-01 13:02:18 +01:00
parent acb731389d
commit 4f0ae90c88
No known key found for this signature in database
GPG key ID: 8E4256593F177720

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.