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