Skip to content

Commit

Permalink
Merge pull request #1878 from Sifchain/feature/mint-testnet
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
marshsif authored Sep 15, 2021
2 parents c90f4a7 + 519645b commit 14fc3e7
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 upgradeName = "0.9.6"
const upgradeName = "0.9.7"

func SetupHandlers(app *SifchainApp) {
SetupHandlersForMint(app)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6
0.9.7

0 comments on commit 14fc3e7

Please sign in to comment.