Skip to content

Commit 29ebd6b

Browse files
committedApr 29, 2020
fix: update compiler version
1 parent a08d1ea commit 29ebd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎contracts/BatchWithdraw.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @deployments: []
77
*/
88

9-
pragma solidity ^0.5.15;
9+
pragma solidity ^0.5.16;
1010

1111
import { GeneralizedTCR } from "./GeneralizedTCR.sol";
1212

0 commit comments

Comments
 (0)
Please sign in to comment.