From 1a8d19660772d34597a84ae1110c28f482a01bc9 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 30 May 2024 17:49:06 +0900 Subject: [PATCH] build: bump version to v0.18.0 beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index aa9cc1d4de..46c0a4c15b 100644 --- a/build/version.go +++ b/build/version.go @@ -47,7 +47,7 @@ const ( // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta.rc4" + AppPreRelease = "beta" ) func init() {