diff --git a/VERSION b/VERSION index 811e3cfc4..55ee98da7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.1.0 +28.2.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 1b2d499df..3aca3ad59 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "28.1.0"; + const LIB_VERSION = "28.2.0"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";