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