Skip to content

Commit

Permalink
Bumb release (#1133)
Browse files Browse the repository at this point in the history
Co-authored-by: verabehr <[email protected]>
  • Loading branch information
byte-bandit and verabehr authored Apr 16, 2024
1 parent 7f14b78 commit 1143f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmd/palomad/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

cosmoslog "cosmossdk.io/log"
confixcmd "cosmossdk.io/tools/confix/cmd"
"github.com/CosmWasm/wasmd/x/wasm"
dbm "github.com/cosmos/cosmos-db"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/debug"
Expand Down Expand Up @@ -124,6 +125,7 @@ func genesisCommand(encodingConfig params.EncodingConfig, basicManager module.Ba

func addModuleInitFlags(startCmd *cobra.Command) {
crisis.AddModuleInitFlags(startCmd)
wasm.AddModuleInitFlags(startCmd)
}

func queryCommand(mm module.BasicManager) *cobra.Command {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/palomachain/paloma

go 1.21
go 1.22.2

require (
cosmossdk.io/errors v1.0.1
Expand Down

0 comments on commit 1143f40

Please sign in to comment.