From 4bc230b8d68e5738ea341845a6762be3372098dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pij=C3=A1k?= Date: Sun, 5 Apr 2020 13:14:04 +0200 Subject: [PATCH] Update init.php --- prestasms/src/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prestasms/src/init.php b/prestasms/src/init.php index 1bf04f8..7ae4513 100644 --- a/prestasms/src/init.php +++ b/prestasms/src/init.php @@ -11,7 +11,7 @@ define('_BG_PRESTASMS_AUTHOR_URL_', 'https://www.bulkgate.com/'); define('_BG_PRESTASMS_PS_MIN_VERSION_', '1.7.0.0'); define('_BG_PRESTASMS_SLUG_', 'bg_prestasms'); -define('_BG_PRESTASMS_VERSION_', '5.0.8'); +define('_BG_PRESTASMS_VERSION_', '5.0.9'); define('_BG_PRESTASMS_DEMO_', false); if(!file_exists(_BG_PRESTASMS_DIR_.'/extensions/src/_extension.php'))