From 6c3d3711f63bced231057d8d7f7c9ff33d976d40 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 3 Mar 2021 15:48:42 -0800 Subject: [PATCH] build: bump version to v0.12.99-beta In this commit we bump the version to v0.12.99-beta to reflect that the master branch is a super set of the recently released v0.12.1-beta. --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 36ae3daa..f2a0aa06 100644 --- a/build/version.go +++ b/build/version.go @@ -44,7 +44,7 @@ const ( AppMinor uint = 12 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 99 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.