params: bump version to v2.6.3-beta

This commit is contained in:
Daniel Liu 2025-05-16 11:39:02 +08:00
parent 09ec57dc43
commit fa965f5b13

View file

@ -23,7 +23,7 @@ import (
const ( const (
VersionMajor = 2 // Major version component of the current release VersionMajor = 2 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release VersionMinor = 6 // 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 = "beta" // Version metadata to append to the version string VersionMeta = "beta" // Version metadata to append to the version string
) )