build: update version (#246)

This commit is contained in:
HAOYUatHZ 2023-03-21 10:04:20 +08:00 committed by GitHub
parent 8665d3e011
commit 127af384ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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