From: Carlos Amedee Date: Wed, 11 Aug 2021 21:19:21 +0000 (-0400) Subject: internal/goversion: update Version to 1.18 X-Git-Tag: go1.18beta1~1820 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=46fd547d899286982971474b329d7a95da4f2a6b;p=gostls13.git internal/goversion: update Version to 1.18 This is the start of the Go 1.18 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). Updates #40705 Updates #47351 Change-Id: Icfb99e28529a3c9fb7394e114a34586f613dfcbf Reviewed-on: https://go-review.googlesource.com/c/go/+/341590 Trust: Carlos Amedee Run-TryBot: Carlos Amedee TryBot-Result: Go Bot Reviewed-by: Dmitri Shuralyov Reviewed-by: Matthew Dempsky Reviewed-by: Alexander Rakoczy --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index 4cc15688c0..8fcea100dc 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 = 17 +const Version = 18