params: version bump to v2.1.0

This commit is contained in:
Pratik Patil 2025-06-03 12:12:50 +05:30
parent 541b0d0ba0
commit c2390a4cff
No known key found for this signature in database
GPG key ID: AFDCA496554874B3

View file

@ -24,9 +24,9 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)
var (