build: bump version of master branch to v0.14.99-beta

This commit is contained in:
Oliver Gugger
2022-03-21 20:41:42 +01:00
parent 3ee8d25a29
commit e8528b060a

View File

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