build/version: bump to 0.11.0-beta-rc1

This commit is contained in:
Conner Fromknecht 2020-07-29 20:13:24 -07:00
parent 26c363c6c6
commit 608617975a
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -41,14 +41,14 @@ const (
AppMajor uint = 0
// AppMinor defines the minor version of this binary.
AppMinor uint = 10
AppMinor uint = 11
// AppPatch defines the application patch for this binary.
AppPatch uint = 99
AppPatch uint = 0
// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta"
AppPreRelease = "beta-rc1"
)
func init() {