Skip to content

Commit

Permalink
move Coreparams to common.proto (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD authored Oct 16, 2023
1 parent 77ed086 commit 80f0004
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 = "v10.0.0"
const releaseVersion = "v10.1.0"

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 80f0004

Please sign in to comment.