params: version bump to v2.1.0

This commit is contained in:
Pratik Patil 2025-06-12 04:18:26 +05:30
parent 43e60980c9
commit ccb9fd8350
No known key found for this signature in database
GPG key ID: AFDCA496554874B3

View file

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