From 6042004edaaa5b3cad0a0808ff23dba4716f7178 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 24 Nov 2021 18:24:01 +0100 Subject: [PATCH] build: bump version to v0.14.1-beta --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 206708f5..bd7fd88e 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 = 00 + AppPatch uint = 1 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.