From 702350f8f6f1a5fd7ed16af86b4073ec3e18b5b2 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Tue, 7 Dec 2021 18:26:03 +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 f2ca29d..d1075fe 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = 2.2; +$config['version'] = 3.0; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";