From 13a09da848db57e6e94d280bb08e2313a81dd735 Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Thu, 17 Feb 2022 18:27:25 +0200 Subject: [PATCH] Bump version to v0.11.12 (#1941) Co-authored-by: stasatdaglabs <39559713+stasatdaglabs@users.noreply.github.com> --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 80a2cb4ae..01f600179 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs const ( appMajor uint = 0 appMinor uint = 11 - appPatch uint = 11 + appPatch uint = 12 ) // appBuild is defined as a variable so it can be overridden during the build