bump version to 1.16 beta1 (#22783)

This commit is contained in:
Josh Black
2023-09-05 15:16:29 -07:00
committed by GitHub
parent 00331b742e
commit 545b6e4eae

View File

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