Przeglądaj źródła

Minor version update to FusionPBX 3.8.3.

Mark Crane 10 lat temu
rodzic
commit
5e4dc0b153
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/functions.php

+ 1 - 1
resources/functions.php

@@ -27,7 +27,7 @@
 
 	if (!function_exists('software_version')) {
 		function software_version() {
-			return '3.8.2';
+			return '3.8.3';
 		}
 	}