From: Bryan C. Mills Date: Thu, 3 Dec 2020 18:39:30 +0000 (-0500) Subject: internal/goversion: update Version to 1.17 X-Git-Tag: go1.17beta1~1540 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5faf941df067b33485edb9cd2e880869e7feb6a3;p=gostls13.git internal/goversion: update Version to 1.17 (The corresponding update for the last release cycle was CL 248038.) For #40705. Change-Id: I13becdc4c3718a1c6986876ec56879cce3bcb34f Reviewed-on: https://go-review.googlesource.com/c/go/+/275297 Trust: Bryan C. Mills Run-TryBot: Bryan C. Mills TryBot-Result: Go Bot Reviewed-by: Dmitri Shuralyov --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index 513be456bd..4cc15688c0 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 = 16 +const Version = 17