From 7f6dcdc5ee88a4b203c92fb7f0cfeb7492c02008 Mon Sep 17 00:00:00 2001 From: quest Date: Tue, 14 Jan 2025 21:02:48 -1000 Subject: [PATCH] Bump version to 0.5.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 34c0a8d..ec3996a 100644 --- a/version.go +++ b/version.go @@ -18,7 +18,7 @@ const ( // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "rc1" + AppPreRelease = "" ) // appBuild is defined as a variable so it can be overridden during the build