Update the version prelease value (#8748)

This commit is contained in:
Jim Kalafut 2020-04-16 10:10:35 -07:00 committed by GitHub
parent 2e7d682586
commit e7e2f7415b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ var (
CgoEnabled bool
Version = "1.4.0"
VersionPrerelease = "beta1"
VersionPrerelease = ""
VersionMetadata = ""
)