bump version

This commit is contained in:
賴怡誠 2024-09-30 21:43:56 -07:00
parent 37f2320af6
commit 64d6c30249

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 = 2 // Patch version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)