From 3b6103d29f45700194647888131a430b4551ff3d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 26 Apr 2024 19:19:23 -0700 Subject: [PATCH] build: bump version to v0.18.0-beta.rc1 --- build/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/version.go b/build/version.go index 77d62d22c5..62aece381b 100644 --- a/build/version.go +++ b/build/version.go @@ -40,14 +40,14 @@ const ( AppMajor uint = 0 // AppMinor defines the minor version of this binary. - AppMinor uint = 17 + AppMinor uint = 18 // AppPatch defines the application patch for this binary. - AppPatch uint = 99 + AppPatch uint = 00 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {