Bump version v3.1.7 (#299)

This commit is contained in:
HAOYUatHZ 2023-04-20 20:11:49 +08:00 committed by GitHub
parent dfdd0160e7
commit ddaab71dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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