Skip to content

Commit

Permalink
Bump VotingReputation version
Browse files Browse the repository at this point in the history
  • Loading branch information
area committed Jul 18, 2024
1 parent 0b61d56 commit 386371d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ contract VotingReputationStorage is
/// @notice Returns the version of the extension
/// @return _version The extension's version number
function version() public pure override returns (uint256 _version) {
return 11;
return 12;
}

function install(address _colony) public override {
Expand Down

0 comments on commit 386371d

Please sign in to comment.