diff --git a/functions/tools.php b/functions/tools.php index b6024fc..4f9a398 100644 --- a/functions/tools.php +++ b/functions/tools.php @@ -315,7 +315,7 @@ function show_version() { $cache_file = ABSPATH.'cache/version.data'; // Currently installed version - $current_version = "1.4b3"; + $current_version = "1.4"; // Format current version for footer $show_version = "Goosle ".$current_version.".";