From 3a406ec1f106fa07ea9c6e74764f4c82d511ae77 Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:05:52 +0000 Subject: [PATCH] chore(release): bump to 28.3.0 --- VERSION | 2 +- src/Adyen/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 55ee98da7..f2d2bcec2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -28.2.0 +28.3.0 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 3aca3ad59..c5b1967bb 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "28.2.0"; + const LIB_VERSION = "28.3.0"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";