From 907c7441890dc18731bb6bf8503171d6e1d8d3e7 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 7 Sep 2020 15:06:07 +0200 Subject: [PATCH] build: bump version of master branch to v0.11.99-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 4736bc45..755e80df 100644 --- a/build/version.go +++ b/build/version.go @@ -44,7 +44,7 @@ const ( AppMinor uint = 11 // 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.