Merge pull request #9123 from guggero/bump-18-99

build: bump master to version v0.18.99-beta
This commit is contained in:
Oliver Gugger 2024-09-19 03:57:11 -06:00 committed by GitHub
commit 611852fd34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ const (
AppMinor uint = 18
// AppPatch defines the application patch for this binary.
AppPatch uint = 00
AppPatch uint = 99
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.