From f8408010bb4f7a69c9c2c60f3a00476e52078f2e Mon Sep 17 00:00:00 2001 From: Nikolay Date: Thu, 5 Jan 2023 16:00:11 +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 33451e1..c43d699 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = '3.9'; +$config['version'] = '4.1'; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";