Skip to content

Commit

Permalink
fix: setup handler to 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Feb 9, 2024
1 parent e33cd06 commit bc33ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/upgrade/types"
)

const releaseVersion = "v12.2.0"
const releaseVersion = "v12.2.1"

func SetupHandlers(app *App) {
app.UpgradeKeeper.SetUpgradeHandler(releaseVersion, func(ctx sdk.Context, plan types.Plan, vm module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit bc33ce8

Please sign in to comment.