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

Commit 83c8375

Browse files
authored
params/version: bump Ronin to version 2.6.0 (#354)
1 parent 56489fc commit 83c8375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
const (
2424
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
25+
VersionMinor = 6 // Minor version component of the current release
26+
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)