bump version to 1.4.10.beta1

This commit is contained in:
Daniel Liu 2023-10-23 19:33:50 +08:00
parent 446f3fd580
commit 3b7f29a5a3

View file

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 9 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionMeta = "beta1" // Version metadata to append to the version string
)
// Version holds the textual version string.