From e8528b060a6def8ebfba3c4a1746db6648fc7d87 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 21 Mar 2022 20:41:42 +0100 Subject: [PATCH] build: bump version of master branch to v0.14.99-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 42ef0b3ab..f4276f1d3 100644 --- a/build/version.go +++ b/build/version.go @@ -44,7 +44,7 @@ const ( AppMinor uint = 14 // AppPatch defines the application patch for this binary. - AppPatch uint = 1 + AppPatch uint = 99 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.