diff --git a/internal/version/version.go b/internal/version/version.go index 918e6b014..6b3001c66 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -52,9 +52,9 @@ import ( // 10. Send out the CL for review and submit it. const ( Major = 1 - Minor = 23 + Minor = 24 Patch = 0 - PreRelease = "devel" + PreRelease = "" ) // String formats the version string for this module in semver format.