From 7ff643872edbb0bae2ab7ea4c1cc285b07987239 Mon Sep 17 00:00:00 2001 From: Arnan de Gans Date: Thu, 16 May 2024 19:13:46 -0600 Subject: [PATCH] Update tools.php --- functions/tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.".";