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