update VersionPreRelease to prepare for next release (#14309)

This commit is contained in:
Hridoy Roy 2022-02-28 12:06:21 -08:00 committed by GitHub
parent 4ea5eeb929
commit e07160bdaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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