From 34cd2f5d7ccaefc0e1becfd92074e27dbe100006 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 10 Oct 2022 19:13:45 -0700 Subject: [PATCH] build: bump version to v0.15.3-beta.rc1 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 6dbb169645..8898f9a612 100644 --- a/build/version.go +++ b/build/version.go @@ -44,11 +44,11 @@ const ( AppMinor uint = 15 // AppPatch defines the application patch for this binary. - AppPatch uint = 2 + AppPatch uint = 3 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {