Browse Source

Update tools.php

Arnan de Gans 1 year ago
parent
commit
7ff643872e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/tools.php

+ 1 - 1
functions/tools.php

@@ -315,7 +315,7 @@ function show_version() {
 	$cache_file = ABSPATH.'cache/version.data';
 	$cache_file = ABSPATH.'cache/version.data';
 	
 	
 	// Currently installed version
 	// Currently installed version
-	$current_version = "1.4b3";
+	$current_version = "1.4";
 
 
 	// Format current version for footer
 	// Format current version for footer
 	$show_version = "<a href=\"https://github.com/adegans/Goosle/\" target=\"_blank\">Goosle ".$current_version."</a>.";
 	$show_version = "<a href=\"https://github.com/adegans/Goosle/\" target=\"_blank\">Goosle ".$current_version."</a>.";