version: bump version to 0.4.0-beta

This commit is contained in:
Alex Bosworth 2020-02-03 17:50:05 -08:00 committed by GitHub
parent 6a078ff598
commit 7e2d6a20a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ const (
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
appPreRelease = "rc1.beta"
appPreRelease = "beta"
)
// Version returns the application version as a properly formed string per the