Skip to content

Commit

Permalink
Change pragma solidity to >=0.7.0
Browse files Browse the repository at this point in the history
demo.sol includes a unicode literal, which was introduced in 0.7.0
  • Loading branch information
moodlezoup authored May 18, 2022
1 parent c7a36fb commit 7694264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.4.23;
pragma solidity >=0.7.0;

import "../src/test.sol";

Expand Down

0 comments on commit 7694264

Please sign in to comment.