aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol')
-rw-r--r--contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol b/contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol
index fb3ade1db..7a95b78a0 100644
--- a/contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol
+++ b/contracts/extensions/contracts/Forwarder/libs/LibForwarderErrors.sol
@@ -17,7 +17,7 @@
*/
// solhint-disable
-pragma solidity 0.4.24;
+pragma solidity ^0.4.24;
/// This contract is intended to serve as a reference, but is not actually used for efficiency reasons.