Skip to content

Commit

Permalink
Merge pull request #3340 from Sifchain/fix/version-14-beta
Browse files Browse the repository at this point in the history
fix: 🐛 bump to 14-beta
  • Loading branch information
canercandan authored Oct 31, 2022
2 parents a6f1ceb + f232130 commit 02f2b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/upgrade/types"
)

const releaseVersion = "1.0.14-beta.rc2"
const releaseVersion = "1.0.14-beta"

func SetupHandlers(app *SifchainApp) {
app.UpgradeKeeper.SetUpgradeHandler(releaseVersion, func(ctx sdk.Context, plan types.Plan, vm m.VersionMap) (m.VersionMap, error) {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.14-beta.rc2
1.0.14-beta

0 comments on commit 02f2b8b

Please sign in to comment.