chore: change version to stable

This commit is contained in:
liam.lai 2026-01-06 20:38:56 +08:00
parent 3b31c46113
commit 9dd8bc7da6

View file

@ -24,7 +24,7 @@ const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
VersionMeta = "stable" // Version metadata to append to the version string
)
// Version holds the textual version string.