Skip to content

Commit

Permalink
accept solc 0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbreak committed Dec 2, 2018
1 parent b247145 commit a4e4005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.sol
Expand Up @@ -11,7 +11,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;

contract DSTest {
event eventListener (address target, bool exact);
Expand Down

0 comments on commit a4e4005

Please sign in to comment.