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

This commit is contained in:
Oliver Gugger 2020-09-07 15:06:07 +02:00
parent 16d564e2b8
commit 907c744189
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

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