From 58d2a91ccd1b75b807d8baa5f420e6c2b0482497 Mon Sep 17 00:00:00 2001 From: losh11 Date: Wed, 22 Jun 2022 06:37:06 +0100 Subject: [PATCH] v0.14.2rc3 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 024b7fe7db..782ad9be9d 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" + AppPreRelease = "beta.rc3" ) func init() {