From: Cherry Mui Date: Tue, 17 Jan 2023 19:22:33 +0000 (-0500) Subject: internal/goversion: update Version to 1.21 X-Git-Tag: go1.21rc1~1936 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=83f8688915de59d974e74dd6accd7a3d54e9a6e7;p=gostls13.git internal/goversion: update Version to 1.21 This is the start of the Go 1.21 development cycle, so update the Version value accordingly. It represents the Go 1.x version that will soon open up for development (and eventually become released). For #40705. For #57736. Change-Id: I31b739f632bdc8d14f46560e0e5bf333fb8e7740 Reviewed-on: https://go-review.googlesource.com/c/go/+/462456 Reviewed-by: Carlos Amedee TryBot-Result: Gopher Robot Run-TryBot: Cherry Mui --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index e9ecf8e643..5a52f9eac8 100644 --- a/src/internal/goversion/goversion.go +++ b/src/internal/goversion/goversion.go @@ -9,4 +9,4 @@ package goversion // // It should be updated at the start of each development cycle to be // the version of the next Go 1.x release. See golang.org/issue/40705. -const Version = 20 +const Version = 21