From 0aaf144b768d61255fc6909c75a0e1604b66471e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 17 Nov 2023 18:09:34 -0600 Subject: [PATCH] build: bump version to v0.17.2-beta.rc2 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 840c58a8a9..74c31c0f6a 100644 --- a/build/version.go +++ b/build/version.go @@ -43,11 +43,11 @@ const ( AppMinor uint = 17 // AppPatch defines the application patch for this binary. - AppPatch uint = 1 + AppPatch uint = 2 // AppPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {