diff --git a/internal/version/version.go b/internal/version/version.go index f3d161d7f..14e774fb2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -53,8 +53,8 @@ import ( const ( Major = 1 Minor = 27 - Patch = 0 - PreRelease = "devel" + Patch = 1 + PreRelease = "" ) // String formats the version string for this module in semver format.