diff --git a/internal/version/version.go b/internal/version/version.go index 56c532900..01efc3303 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -52,8 +52,8 @@ import ( const ( Major = 1 Minor = 36 - Patch = 4 - PreRelease = "devel" + Patch = 5 + PreRelease = "" ) // String formats the version string for this module in semver format.