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

View File

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