From 9e853d6c474e21e4955a4df49b092f9c5dc95ee6 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Mon, 7 Aug 2023 14:45:21 +0000 Subject: [PATCH] chore(release): bump to 15.0.0 --- src/Adyen/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 1ebd25e85..f9dfc2961 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "15.0.0-beta"; + const LIB_VERSION = "15.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";