From a28b4aac4894590d633f07538e8d8df7d72dd88e Mon Sep 17 00:00:00 2001 From: Timo Ebel Date: Wed, 19 Apr 2023 12:12:21 +0200 Subject: [PATCH] v2.10.1-beta.2 --- src/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.php b/src/core.php index 748289e..5c003ad 100644 --- a/src/core.php +++ b/src/core.php @@ -22,7 +22,7 @@ ################################################################################### # define constants ################################################################################### -define("SHOPGATE_LIBRARY_VERSION", "2.10.1-beta.1"); +define("SHOPGATE_LIBRARY_VERSION", "2.10.1-beta.2"); define('SHOPGATE_LIBRARY_ENCODING', 'UTF-8'); define('SHOPGATE_BASE_DIR', realpath(dirname(__FILE__) . '/../'));