Skip to content

Commit

Permalink
Required version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
area committed Oct 28, 2022
1 parent fde8ba2 commit 734655f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/extensions/StakedExpenditure.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract StakedExpenditure is ColonyExtensionMeta {
/// @notice Returns the version of the extension
/// @return _version The extension's version number
function version() public override pure returns (uint256 _version) {
return 1;
return 2;
}

/// @notice Configures the extension
Expand Down
2 changes: 1 addition & 1 deletion contracts/extensions/votingReputation/VotingReputation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ contract VotingReputation is ColonyExtension, BasicMetaTransaction, VotingReputa
}

function version() public pure override returns (uint256 _version) {
return 7;
return 8;
}

function install(address _colony) public override {
Expand Down

0 comments on commit 734655f

Please sign in to comment.