Skip to content

Commit 30c3fc6

Browse files
authored
bump version (#112)
1 parent b0659d2 commit 30c3fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/opportunity-adapter/OpportunityAdapter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ contract OpportunityAdapter is ReentrancyGuard, OpportunityAdapterHasher {
276276
}
277277

278278
function version() public pure returns (string memory) {
279-
return "0.1.0";
279+
return "0.2.0";
280280
}
281281

282282
// necessary to receive ETH from WETH contract using withdraw

0 commit comments

Comments
 (0)