diff --git a/version/version.go b/version/version.go index 2b305420..96a37e21 100644 --- a/version/version.go +++ b/version/version.go @@ -22,8 +22,8 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst // GoReleaser for releases. var ( Major = "0" - Minor = "3" - Patch = "0" + Minor = "5" + Patch = "1" ) // PreRelease contains the prerelease name of the application. It is a variable,