Skip to content

Commit

Permalink
feat: upgrade handler v1.7.2 version rename
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Jul 19, 2024
1 parent 04346b5 commit f3dc64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/v10/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/sge-network/sge/app/upgrades"
)

// UpgradeName defines the on-chain upgrade name for the v1.7.1 upgrade.
const UpgradeName = "v1.7.1"
// UpgradeName defines the on-chain upgrade name for the v1.7.2 upgrade.
const UpgradeName = "v1.7.2"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
Expand Down

0 comments on commit f3dc64c

Please sign in to comment.