diff --git a/fp-includes/core/core.system.php b/fp-includes/core/core.system.php index 0915908..b4deb58 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -73,7 +73,7 @@ - define('SYSTEM_VER', '1.0'); + define('SYSTEM_VER', '1.0.1'); function system_ver() { return 'fp-' . SYSTEM_VER; }