Update to version 2.2.5 (#670)

This commit is contained in:
Liam 2024-10-10 00:02:04 -07:00 committed by GitHub
parent f6afd24de7
commit ec92add428
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 = 4 // Patch version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)