From e457b184abc9058ea2652818c5f9f776a13e1d3c Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:42:01 +0100 Subject: [PATCH] chore(release): bump to 25.0.0 (#736) Co-authored-by: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> --- VERSION | 2 +- src/Adyen/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 51105aad..2c0a9e33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.0.0 +25.0.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 4c6d8c62..11556882 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "24.0.0"; + const LIB_VERSION = "25.0.0"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";