params: bump version to v2.0.0

This commit is contained in:
Manav Darji 2025-02-17 17:53:35 +05:30
parent 9be1add400
commit 4a1c4151fa
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

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