params: bump version to v2.6.2-beta

This commit is contained in:
Daniel Liu 2025-04-21 00:34:04 +08:00
parent 62e908b7f2
commit ff64270ee7

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