Skip to content

Commit

Permalink
bump consensus version
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed Sep 20, 2023
1 parent 572aba1 commit 6c9c171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/distribution/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

// ConsensusVersion defines the current x/distribution module consensus version.
const ConsensusVersion = 4
const ConsensusVersion = 5

var (
_ module.AppModuleBasic = AppModule{}
Expand Down

0 comments on commit 6c9c171

Please sign in to comment.