params: bump version to v1.5.5

This commit is contained in:
Manav Darji 2025-01-30 18:43:00 +05:30
parent 573c343d54
commit 983b715f08
No known key found for this signature in database
GPG key ID: A426F0124435F36E

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 = 4 // Patch version component of the current release
VersionPatch = 5 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)