Update version number to 1.14.3 (#22686)

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
Alexander Scheel 2023-08-31 09:24:26 -04:00 committed by GitHub
parent 4eb71df565
commit 85100411ce
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.2"
Version = "1.14.3"
VersionPrerelease = ""
VersionMetadata = ""
)