diff --git a/README.md b/README.md index 63985cd0..1d1b15ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the officially supported PHP library for using Adyen's APIs. -[![version](https://img.shields.io/badge/version-17.4.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library) +[![version](https://img.shields.io/badge/version-17.5.0-blue.svg)](https://packagist.org/packages/adyen/php-api-library) ## Supported API versions The library supports all APIs under the following services: diff --git a/VERSION b/VERSION index e64ad13c..6f0844e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -17.4.0 +17.5.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 44c5a88b..169c735c 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "17.4.0"; + const LIB_VERSION = "17.5.0"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";