params: version bump to v2.1.1

This commit is contained in:
Pratik Patil 2025-06-17 15:07:35 +05:30
parent 1ad23ecd64
commit cec664be7a
No known key found for this signature in database
GPG key ID: AFDCA496554874B3

View file

@ -25,7 +25,7 @@ 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 = 1 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string VersionMeta = "" // Version metadata to append to the version string
) )