From 6085d1fc84d71f74a571fad2b7e5b38413a3db5a Mon Sep 17 00:00:00 2001 From: Michael Sutton Date: Tue, 22 Oct 2024 13:09:31 +0300 Subject: [PATCH] bump version to 0.12.19 (#2295) --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 53c330382..65b024c26 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 = 18 + appPatch uint = 19 ) // appBuild is defined as a variable so it can be overridden during the build