Update development version to 1.15 (#20820)

This commit is contained in:
Violet Hynes 2023-05-29 09:41:00 -04:00 committed by GitHub
parent c4198a32d5
commit 4d57b23d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ var (
// Whether cgo is enabled or not; set at build time
CgoEnabled bool
Version = "1.14.0"
Version = "1.15.0"
VersionPrerelease = "beta1"
VersionMetadata = ""
)