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
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

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