From e98ee2a6b61048f8ca6baf9970af7d424d4a431a Mon Sep 17 00:00:00 2001 From: azett Date: Sun, 28 Feb 2021 12:15:38 +0100 Subject: [PATCH] Version bump to 1.2.beta2 --- 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 34c6883..22534df 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.beta1'); +define('SYSTEM_VER', '1.2.beta2'); function system_ver() { return 'fp-' . SYSTEM_VER;