]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goversion: update Version to 1.25
authorCherry Mui <cherryyz@google.com>
Mon, 3 Feb 2025 14:59:25 +0000 (09:59 -0500)
committerCherry Mui <cherryyz@google.com>
Mon, 3 Feb 2025 15:28:02 +0000 (07:28 -0800)
Go 1.25 is in the process of being opened for development (to be
eventually released). This change marks the very beginning of its
development cycle, updating the Version value accordingly.

For #40705.
For #70525.

Change-Id: If673d4aeddc376fefe6bddc3ec2704ca91245777
Reviewed-on: https://go-review.googlesource.com/c/go/+/646155
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/internal/goversion/goversion.go

index de2bcf4c82eb33da1539b6080509be10d8f2adae..18703a64eaa92295881aa1afc780b1e542e3a33c 100644 (file)
@@ -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 go.dev/issue/40705.
-const Version = 24
+const Version = 25