From 42099ef5e1e0f927290531fe2bff18406141567b Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 2 Jun 2021 17:17:27 -0400 Subject: [PATCH] build: bump version to v0.13.0-beta.rc5 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index bf7beab4..f56adbff 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.rc4" + AppPreRelease = "beta.rc5" ) func init() {