diff --git a/src/Domrobot.php b/src/Domrobot.php index 8cd0376..52a7ad8 100644 --- a/src/Domrobot.php +++ b/src/Domrobot.php @@ -10,7 +10,7 @@ class Domrobot implements LoggerAwareInterface { - private const VERSION = '3.0'; + private const VERSION = '3.1.0'; private const LIVE_URL = 'https://api.domrobot.com/'; private const OTE_URL = 'https://api.ote.domrobot.com/'; private const XMLRPC = 'xmlrpc';