fix(x/distr): increase consensus version (#17350)

This commit is contained in:
Facundo Medica 2023-08-10 12:20:04 +02:00 committed by GitHub
parent 731d727cd5
commit 48d79ff9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ import (
)
// ConsensusVersion defines the current x/distribution module consensus version.
const ConsensusVersion = 3
const ConsensusVersion = 4
var (
_ module.AppModuleBasic = AppModuleBasic{}