params: bump version to v2.6.5-beta

This commit is contained in:
Daniel Liu 2025-08-28 11:00:26 +08:00 committed by Daniel Liu
parent c054b22c04
commit d0dcb068d2

View file

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