From 4c10599ae02edec914c50c174d53853ea4b8a317 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 19 Apr 2023 20:59:46 -0700 Subject: [PATCH] build: bump version to v0.16.1-beta.rc2 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 223cf0708..01450674a 100644 --- a/build/version.go +++ b/build/version.go @@ -43,11 +43,11 @@ const ( AppMinor uint = 16 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 1 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "beta.rc3" + AppPreRelease = "beta.rc1" ) func init() {