Skip to content

Commit

Permalink
Updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay committed Apr 13, 2022
1 parent 7efddc2 commit 1b189fd
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 = "0.13.0-rc3"
const releaseVersion = "0.13.0"

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

0 comments on commit 1b189fd

Please sign in to comment.