From 52e270cfa275591bfdc6f810a50dd9f2d6ebea50 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Wed, 23 Mar 2022 12:29:39 +0000 Subject: [PATCH] Release version 1.1.1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 0941f1dc..bdf25e35 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst const ( Major = 1 Minor = 1 - Patch = 0 + Patch = 1 ) // PreRelease contains the prerelease name of the application. It is a variable