From eec3799da9cb7931ae0b36d757b2621dbc8fd60f Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 15 Apr 2020 12:32:02 -0700 Subject: [PATCH] build: bump version to bump version to v0.10.0-beta.rc2 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index c22b8390..774e7812 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.rc1" + AppPreRelease = "beta.rc2" ) func init() {