params: version bump to v2.1.0-beta4

This commit is contained in:
Pratik Patil 2025-06-04 12:41:51 +05:30
parent f8624560f3
commit 41010ef163
No known key found for this signature in database
GPG key ID: AFDCA496554874B3

View file

@ -26,7 +26,7 @@ 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 = "beta" // Version metadata to append to the version string VersionMeta = "beta4" // Version metadata to append to the version string
) )
var ( var (