From 6eea5f3b13c3a566b2b096c0d31dec88638296a8 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 10 Sep 2024 19:30:27 -0700 Subject: [PATCH] build: bump version to v0.18.3 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index b3bcfb611d..fe2486b8fe 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.rc3" + AppPreRelease = "beta" ) func init() {