Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
constrain pragma to match bare-box
Browse files Browse the repository at this point in the history
We should constrain the Solidity version consistently and follow
bare-box.
  • Loading branch information
cds-amal committed Sep 4, 2020
1 parent b630f31 commit 533c6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Migrations.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.5.0 <0.8.0;
pragma solidity >=0.4.22 <0.8.0;

contract Migrations {
address public owner = msg.sender;
Expand Down

0 comments on commit 533c6d4

Please sign in to comment.