update version

This commit is contained in:
SamKry
2025-11-14 20:48:17 +01:00
parent 50d4fe7956
commit d67570da33

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.3;
pragma solidity >=0.7.3;
contract Game {
uint public constant BET_MIN = 1e16; // The minimum bet (1 BLD)