Skip to content

Commit 3664124

Browse files
committed
Hot fix
1 parent eb86023 commit 3664124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ func New(
680680
)
681681

682682
app.UpgradeKeeper.SetUpgradeHandler(
683-
"v1.4",
683+
"v1.4.3",
684684
func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
685685
return app.mm.RunMigrations(ctx, app.configurator, fromVM)
686686
},

0 commit comments

Comments
 (0)