diff --git a/VERSION b/VERSION index 4f3a06946..a75ef34cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -30.0.2 +30.1.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index b5e80dae2..11160907a 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "30.0.2"; + const LIB_VERSION = "30.1.0"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";