params: bump version to v2.0.2-beta

This commit is contained in:
Manav Darji 2025-03-26 16:06:35 +05:30
parent 8e61d1307b
commit 911a4b7e6a
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

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