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