From 7e2d6a20a866bfce18994b0e692feb1c1dc81e21 Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Mon, 3 Feb 2020 17:50:05 -0800 Subject: [PATCH] version: bump version to 0.4.0-beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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