Skip to content

Commit

Permalink
feat: updated solidity version for greeter contract
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 13, 2021
1 parent daf7db7 commit 3411758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Greeter.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.7;
pragma solidity ^0.8.0;

// REF: https://github.com/ethereum/ethereum-org/blob/master/views/content/greeter.md

Expand Down

0 comments on commit 3411758

Please sign in to comment.