diff --git a/internal/version/version.go b/internal/version/version.go index 3eac180a..e27eaefc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -51,9 +51,9 @@ import ( // 10. Send out the CL for review and submit it. const ( Major = 1 - Minor = 35 - Patch = 2 - PreRelease = "devel" + Minor = 36 + Patch = 0 + PreRelease = "" ) // String formats the version string for this module in semver format.