From 4ca83c3bc14c271ec370975b274b0b07ebcab929 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Thu, 11 Feb 2021 16:35:18 -0800 Subject: [PATCH] build/version: bump to v0.12.1-beta.rc3 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index f9e1adb47b..ff5bbe1e03 100644 --- a/build/version.go +++ b/build/version.go @@ -48,7 +48,7 @@ const ( // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "beta.rc2" + AppPreRelease = "beta.rc3" ) func init() {