Skip to content

Commit 6ec6d0c

Browse files
committed
Rename version 1.3 to 1.4 in the upgrade tests
1 parent fdaa002 commit 6ec6d0c

File tree

4 files changed

+188
-188
lines changed

4 files changed

+188
-188
lines changed

app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ func New(
625625
)
626626

627627
app.UpgradeKeeper.SetUpgradeHandler(
628-
"v1.3",
628+
"v1.4",
629629
func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
630630
return app.mm.RunMigrations(ctx, cfg, fromVM)
631631
},

0 commit comments

Comments
 (0)