bump version to 2.1.0 (#485)

Co-authored-by: Liam Lai <liam.lai@datameshgroup.com>
This commit is contained in:
Liam 2024-03-11 18:05:22 +11:00 committed by GitHub
parent 3051b2de41
commit 45ccc3751b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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