From 95f6faf135f75d3e121cefd54ce919322d2e18a1 Mon Sep 17 00:00:00 2001 From: Rik ter Beek Date: Mon, 7 Aug 2017 08:43:28 +0200 Subject: [PATCH] update version to 1.3.0 --- src/Adyen/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index cd3c0b6e9..5a73f3a8b 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -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";