prepare for 1.0.0-beta.1 (#20)

This commit is contained in:
zjubfd 2020-07-28 18:12:34 +08:00 committed by GitHub
parent 04287ebe50
commit 5cc893a5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta.0" // Version metadata to append to the version string
VersionMeta = "beta.1" // Version metadata to append to the version string
)
// Version holds the textual version string.