From 562844d4b80b575b1bf697b25101fcde7bc9951f Mon Sep 17 00:00:00 2001 From: azett Date: Mon, 1 Nov 2021 14:21:25 +0100 Subject: [PATCH] Version push --- 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 f58cbeb..93d962e 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.1'); +define('SYSTEM_VER', '1.3.dev'); function system_ver() { return 'fp-' . SYSTEM_VER;