From e9b21c5f6434dce37b98241ab4b14cfd02939d43 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Thu, 23 Mar 2023 16:43:24 +0100 Subject: [PATCH] build: bump version to v0.16.0-rc5 Because a tag for RC4 was previously pushed but without bumping the version first, we need to skip RC4 as we can't replace already pushed git tags without causing issues. --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 223cf07084..75fa795578 100644 --- a/build/version.go +++ b/build/version.go @@ -47,7 +47,7 @@ const ( // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "beta.rc3" + AppPreRelease = "beta.rc5" ) func init() {