Skip to content

Commit

Permalink
feat: updated solidity version to >=0.8.7 for the greeter contract to…
Browse files Browse the repository at this point in the history
… fix smartbugs warning: could not parse solidity file to get solc version
  • Loading branch information
limcheekin committed Sep 13, 2021
1 parent cb31ab1 commit c513ce8
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.7;

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

Expand Down

0 comments on commit c513ce8

Please sign in to comment.