Skip to content

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcherbakov committed Jan 16, 2025
1 parent eb86023 commit 3664124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ func New(
)

app.UpgradeKeeper.SetUpgradeHandler(
"v1.4",
"v1.4.3",
func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
return app.mm.RunMigrations(ctx, app.configurator, fromVM)
},
Expand Down

0 comments on commit 3664124

Please sign in to comment.