build: bump version to v0.14.0-beta

This commit is contained in:
Olaoluwa Osuntokun
2021-11-17 12:02:15 -08:00
parent 39b4b7158f
commit df0b82f016

View File

@@ -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() {