bump to 2.2.0 (#500)

This commit is contained in:
Liam 2024-03-21 01:04:31 +11:00 committed by GitHub
parent 42c57c6570
commit e5317a0ff6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionMinor = 2 // 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
)