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