Skip to content

Commit

Permalink
Recoverable: Using Solidity 0.4.12 for now
Browse files Browse the repository at this point in the history
Since our test server does not support 0.4.13, using 0.4.12 for now.
  • Loading branch information
villesundell authored and miohtama committed Nov 27, 2017
1 parent 58ef516 commit eaab6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Recoverable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Licensed under the Apache License, version 2.0: https://github.com/TokenMarketNet/ico/blob/master/LICENSE.txt
*/

pragma solidity ^0.4.13;
pragma solidity ^0.4.12;

import "zeppelin/contracts/ownership/Ownable.sol";
import "zeppelin/contracts/token/ERC20Basic.sol";
Expand Down

0 comments on commit eaab6a1

Please sign in to comment.