From 7b26f250e53e8d1cbdad82c26877f289f525f2c1 Mon Sep 17 00:00:00 2001 From: Peter Ivanov Date: Tue, 28 Feb 2023 11:46:46 +0200 Subject: [PATCH] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index c43d699..553a570 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = '4.1'; +$config['version'] = '4.3'; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";