Merge branch 'feature/V2' of github.com:DODOEX/contractV2 into feature/V2

This commit is contained in:
mingda
2020-11-29 23:54:47 +08:00
13 changed files with 666 additions and 17 deletions

View File

@@ -46,8 +46,13 @@ contract DPP is DPPTrader {
}
// ============ Version Control ============
<<<<<<< HEAD
function version() external pure returns (string memory) {
return "DPP 1.0.0";
=======
function version() external pure returns (uint256) {
return 1100; // DPP - 1.0.0
>>>>>>> 207593c8ecdc05b481dc2ca6ef474e0fb7055c7b
}
}