From 0cf63ae8981a1041dd7b9f217dcc2158a28247d3 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 23 Apr 2020 18:13:24 -0700 Subject: [PATCH] build: bump version to 0.10.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 c3bb8603..627b8ee4 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() {