From 14d503dfa99b190054b525497ea937aeb9b17f0e Mon Sep 17 00:00:00 2001 From: azett Date: Sat, 19 Jun 2021 13:57:30 +0200 Subject: [PATCH] version bump --- fp-includes/core/core.system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-includes/core/core.system.php b/fp-includes/core/core.system.php index 557726d..f58cbeb 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -68,7 +68,7 @@ function system_hashsalt_save($force = false) { return true; } -define('SYSTEM_VER', '1.2'); +define('SYSTEM_VER', '1.2.1'); function system_ver() { return 'fp-' . SYSTEM_VER;