Skip to content

Commit

Permalink
revert 2.0.0 handler
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Aug 5, 2024
1 parent a6da0c1 commit 67f00bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
)

const UpgradeName = "v2.0.1"
const UpgradeName = "v2.0.0"

func (app App) RegisterUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler(
Expand Down

0 comments on commit 67f00bb

Please sign in to comment.