build: bump version to v0.13.997-experimental

This commit is contained in:
Oliver Gugger 2024-11-28 16:34:00 +01:00
parent e7c62f2278
commit f8521835d9
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

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