Bump version to v1.5.4

This commit is contained in:
Jerry 2025-01-09 07:58:55 -08:00
parent 230be40ae2
commit 36954c3cfb
No known key found for this signature in database
GPG key ID: 5B33FA23CB103211

View file

@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release VersionMinor = 5 // Minor version component of the current release
VersionPatch = 4 // Patch version component of the current release VersionPatch = 4 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string VersionMeta = "" // Version metadata to append to the version string
) )
var GitCommit string var GitCommit string