Skip to content

Commit

Permalink
Fix upgrade v1.9b name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Jun 20, 2023
1 parent 1d635f3 commit 2b3ce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1.9b/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.9"
const upgradeName = "v1.9b"

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

0 comments on commit 2b3ce70

Please sign in to comment.