diff --git a/version.go b/version.go index d0e7610..86a702b 100644 --- a/version.go +++ b/version.go @@ -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