From e395c625c629767be7ec2c7dec6ac79014a7997d Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Tue, 9 Nov 2021 13:52:12 +0200 Subject: [PATCH] Incrementing version number to 2.1 --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 481d5c5..7e0e0e3 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = 2; +$config['version'] = 2.1; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";