update version

This commit is contained in:
賴怡誠 2024-10-01 18:31:00 -07:00
parent 528f10b422
commit 7c9ee337af

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)