release version (#544)

This commit is contained in:
Wanwiset Peerapatanapokin 2024-05-16 18:08:27 +04:00 committed by GitHub
parent 320e9779f6
commit 4c58061d15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // 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
VersionMeta = "" // Version metadata to append to the version string
)
// Version holds the textual version string.