Update to rc1 (#20819)

This commit is contained in:
Violet Hynes 2023-05-26 14:49:36 -04:00 committed by GitHub
parent 4180f56d73
commit 7e9b46c199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ var (
CgoEnabled bool CgoEnabled bool
Version = "1.14.0" Version = "1.14.0"
VersionPrerelease = "beta1" VersionPrerelease = "rc1"
VersionMetadata = "" VersionMetadata = ""
) )