diff --git a/version/version.go b/version/version.go index 17571e0cd..4d56faf01 100644 --- a/version/version.go +++ b/version/version.go @@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst const ( Major = 1 Minor = 6 - Patch = 1 + Patch = 2 ) // Integer is an integer encoding of the major.minor.patch version.