Skip to content

Commit

Permalink
Merge pull request #31 from Adyen/develop-rik
Browse files Browse the repository at this point in the history
update version to 1.3.0
  • Loading branch information
rikterbeek authored Aug 7, 2017
2 parents bda49db + 95f6faf commit 1542f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adyen/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Client
{
const LIB_VERSION = "1.2.0";
const LIB_VERSION = "1.3.0";
const USER_AGENT_SUFFIX = "adyen-php-api-library/";
const ENDPOINT_TEST = "https://pal-test.adyen.com";
const ENDPOINT_LIVE = "https://pal-live.adyen.com";
Expand Down

0 comments on commit 1542f8e

Please sign in to comment.