update version 1.14.1 (#21344)

This commit is contained in:
Hamid Ghaf 2023-06-20 12:20:53 -07:00 committed by GitHub
parent ee92f78611
commit 53491c8ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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