params: bump version to v2.6.4-beta

This commit is contained in:
Daniel Liu 2025-07-02 17:49:10 +08:00
parent 45187d7bb4
commit 38bb0a0122

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 = 3 // Patch version component of the current release VersionPatch = 4 // 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
) )