Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmler authored Jun 7, 2021
1 parent bb47fb0 commit 438c7e4
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
{
protected const VERSION = '3.1.0';
protected const VERSION = '3.2.0';
protected const LIVE_URL = 'https://api.domrobot.com/';
protected const OTE_URL = 'https://api.ote.domrobot.com/';
protected const XMLRPC = 'xmlrpc';
Expand Down

0 comments on commit 438c7e4

Please sign in to comment.