Skip to content

Commit

Permalink
Merge branch 'dev-3.0.0' into weighted-voting-module
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamakgec authored Apr 10, 2019
2 parents 6ba0de0 + 47624d8 commit 2941a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tokens/SecurityToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ contract SecurityToken is ERC20, ReentrancyGuard, SecurityTokenStorage, IERC1594
* @notice Upgrades security token
*/
function upgradeToken() external onlyOwner {
IUpgradableTokenFactory(tokenFactory).upgradeToken(7);
IUpgradableTokenFactory(tokenFactory).upgradeToken(10);
emit TokenUpgraded(securityTokenVersion.major, securityTokenVersion.minor, securityTokenVersion.patch);
}

Expand Down

0 comments on commit 2941a9c

Please sign in to comment.