Update version to 1.14.0 and version prerelease to beta1 (#19163)

This commit is contained in:
Kuba Wieczorek
2023-02-13 16:37:45 +00:00
committed by GitHub
parent 68f219c07e
commit d0b279b079

View File

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