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