Skip to content

Commit

Permalink
Merge pull request #3239 from Sifchain/fix/version
Browse files Browse the repository at this point in the history
fix: 🐛 fix version number
  • Loading branch information
canercandan authored Sep 14, 2022
2 parents 7e2ce8f + f3ac04b commit 1e2f001
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 @@ -7,7 +7,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/upgrade/types"
)

const releaseVersion = "1.0-margin-beta.11"
const releaseVersion = "1.0-beta.11"

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-margin-beta.11
1.0-beta.11

0 comments on commit 1e2f001

Please sign in to comment.