Skip to content

Commit

Permalink
refactor: change version of upgrade handler to v1.6.1
Browse files Browse the repository at this point in the history
scorpioborn committed Apr 8, 2024
1 parent 6f12171 commit 5c4eba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v8/consts.go
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ import (
"github.com/sge-network/sge/app/upgrades"
)

// UpgradeName defines the on-chain upgrade name for the v1.6.0 upgrade.
const UpgradeName = "v1.6.0"
// UpgradeName defines the on-chain upgrade name for the v1.6.1 upgrade.
const UpgradeName = "v1.6.1"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,

0 comments on commit 5c4eba1

Please sign in to comment.