add comments

This commit is contained in:
mingda
2020-07-26 13:22:25 +08:00
parent 3bc7e2359e
commit dd33f183ae
2 changed files with 4 additions and 1 deletions

View File

@@ -106,6 +106,6 @@ contract Storage is InitializableOwnable, ReentrancyGuard {
// ============ Version Control ============
function version() external pure returns (uint256) {
return 1;
return 100; // 1.0.0
}
}