diff --git a/internal/version/version.go b/internal/version/version.go index daefe1105..05ad2291f 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -53,7 +53,7 @@ const ( Major = 1 Minor = 29 Patch = 1 - PreRelease = "" + PreRelease = "devel" ) // String formats the version string for this module in semver format.