From c7c52c5e509c51e4ded6f38a9dd51b6c8e0c3745 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 29 Jun 2020 16:55:59 -0700 Subject: [PATCH] build: bump version to v0.10.3-beta.rc1 --- build/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.go b/build/version.go index 1dc03b3d0d..1078ee2b31 100644 --- a/build/version.go +++ b/build/version.go @@ -44,11 +44,11 @@ const ( AppMinor uint = 10 // AppPatch defines the application patch for this binary. - AppPatch uint = 2 + AppPatch uint = 3 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "beta.rc4" + AppPreRelease = "beta.rc1" ) func init() {