Skip to content

Commit

Permalink
bring back version
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Sep 13, 2024
1 parent 1aeda3a commit 346e715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/v2/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// NOTE: This upgrade defines a reference implementation of what an upgrade
// could look like when an application is migrating from Cosmos SDK version
// v0.50.x to v0.51.x.
const UpgradeName = "v047-to-v050"
const UpgradeName = "v050-to-v051"

func (app *SimApp[T]) RegisterUpgradeHandlers() {
app.UpgradeKeeper.SetUpgradeHandler(
Expand Down

0 comments on commit 346e715

Please sign in to comment.