Skip to content

Commit

Permalink
Dumps version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer committed Feb 19, 2020
1 parent e5ffcec commit a19ebb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domrobot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a19ebb6

Please sign in to comment.