Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit a3ba393

Browse files
authored
chore: bump Ronin to v2.5.4 (#281)
1 parent bf7c158 commit a3ba393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 2 // Major version component of the current release
25-
VersionMinor = 5 // Minor version component of the current release
26-
VersionPatch = 3 // Patch version component of the current release
27-
VersionMeta = "testnet" // Version metadata to append to the version string
24+
VersionMajor = 2 // Major version component of the current release
25+
VersionMinor = 5 // Minor version component of the current release
26+
VersionPatch = 4 // Patch version component of the current release
27+
VersionMeta = "" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)