diff --git a/internal/version/version.go b/internal/version/version.go index a7e0e23f8..62a52a40a 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -52,8 +52,8 @@ import ( const ( Major = 1 Minor = 35 - Patch = 1 - PreRelease = "devel" + Patch = 2 + PreRelease = "" ) // String formats the version string for this module in semver format.