Skip to content

Commit

Permalink
testnet upgrade name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Dec 6, 2022
1 parent 0c77e43 commit 02ac283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1.6/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/scrtlabs/SecretNetwork/app/upgrades"
)

const upgradeName = "v1.6"
const upgradeName = "v1.6.0"

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

0 comments on commit 02ac283

Please sign in to comment.