From b00a8e80838cbee7a7dda652b725842e92d7e1cc Mon Sep 17 00:00:00 2001 From: Michael Sutton Date: Mon, 19 Feb 2024 09:23:57 +0200 Subject: [PATCH] Bump version to 0.12.17 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index f7bbbb1da..31ba813c7 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs const ( appMajor uint = 0 appMinor uint = 12 - appPatch uint = 16 + appPatch uint = 17 ) // appBuild is defined as a variable so it can be overridden during the build