Skip to content

Commit

Permalink
Merge pull request #36 from gakonst/patch-2
Browse files Browse the repository at this point in the history
chore: tighten test contract pragma
  • Loading branch information
d-xo authored Jan 8, 2022
2 parents 5680622 + 3b42512 commit 16f187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity >=0.4.23;
pragma solidity >=0.4.23 <0.7.0;

import "ds-test/test.sol";

Expand Down

0 comments on commit 16f187a

Please sign in to comment.