Merge pull request #660 from XinFinOrg/bump-version

bump version to v2.2.3
This commit is contained in:
Anil Chinchawale 2024-10-01 10:14:38 +05:30 committed by GitHub
commit 071b47f07b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)