Skip to content

Commit

Permalink
Rename version 1.3 to 1.4 in the upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akarabashov committed Apr 15, 2024
1 parent fdaa002 commit 6ec6d0c
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 188 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ func New(
)

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

0 comments on commit 6ec6d0c

Please sign in to comment.