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

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.