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 c7a0dd41ea
commit 4ce49f1415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = ""
)