From b6724c31860741ff7cad3a77f9d01d9ab7d15581 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:12:45 +0000 Subject: [PATCH] chore(release): bump to 22.0.0 --- VERSION | 2 +- src/Adyen/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e9dbbdad..1d975bef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -21.1.0 +22.0.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 0e2bc530..3452c2fd 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "21.1.0"; + const LIB_VERSION = "22.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";