From 17d08eeef96eed960af1e69ec83784071e3808bd Mon Sep 17 00:00:00 2001 From: Ayodeji Ogundare <63319309+ayodejidev@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:51:17 +0100 Subject: [PATCH] Revert "Release v23.2.1" --- VERSION | 2 +- src/Adyen/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3f833b5b5..11ebcd0e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.2.1 +23.2.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 83495f890..9c10172e7 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "23.2.1"; + const LIB_VERSION = "23.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";