Skip to content

Commit

Permalink
params/version: bump Ronin to version 2.6.0 (axieinfinity#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-bq committed Sep 12, 2023
1 parent 0fdf851 commit c4fd195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

const (
VersionMajor = 2 // 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
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit c4fd195

Please sign in to comment.