From 528d29e01e3365186a68c636ee89d0878a57689a Mon Sep 17 00:00:00 2001 From: Peter Ivanov Date: Tue, 28 Jun 2022 17:20:37 +0300 Subject: [PATCH] update --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index eb9264a..d18fb42 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = '3.6'; +$config['version'] = '3.7'; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";