version: bump to v0.6.3-beta

This commit is contained in:
Oliver Gugger 2023-05-26 15:31:23 +02:00
parent 2a27961930
commit cdca09e26b
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

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