From 9f5a75732bbca44c2267e2978c8f60b33c32f24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Im=C3=A8ne?= Date: Thu, 17 Oct 2024 12:29:31 +0200 Subject: [PATCH] Fix tag version --- lib/Payplug/Core/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Payplug/Core/Config.php b/lib/Payplug/Core/Config.php index 6ee5f0e..227b8c7 100644 --- a/lib/Payplug/Core/Config.php +++ b/lib/Payplug/Core/Config.php @@ -10,7 +10,7 @@ class Config /** * The library version */ - const LIBRARY_VERSION = 'v3.5.7'; + const LIBRARY_VERSION = '3.5.7'; /** * PHP minimal version required by this library