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