Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
Jerry 2024-12-24 09:34:36 -08:00
commit ba53498f49
No known key found for this signature in database
GPG key ID: 5B33FA23CB103211

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // 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 = "" // Version metadata to append to the version string
)