From 217019aa8a2bdf44f9660b1df7466e3f34630c05 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 28 Oct 2021 17:46:59 -0700 Subject: [PATCH] build: bump version to 0.14.0-beta.rc1 --- build/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/version.go b/build/version.go index 236c5d81d..0cc07563d 100644 --- a/build/version.go +++ b/build/version.go @@ -41,14 +41,14 @@ const ( AppMajor uint = 0 // AppMinor defines the minor version of this binary. - AppMinor uint = 13 + AppMinor uint = 14 // AppPatch defines the application patch for this binary. - AppPatch uint = 99 + AppPatch uint = 00 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. - AppPreRelease = "beta" + AppPreRelease = "beta.rc1" ) func init() {