build/version: bump to v0.11.0-beta

This commit is contained in:
Conner Fromknecht 2020-08-19 07:14:41 -07:00
parent 49edc045d8
commit 3ae46d81f4
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -48,7 +48,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet // AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec. // per the semantic versioning spec.
AppPreRelease = "beta.rc4" AppPreRelease = "beta"
) )
func init() { func init() {