Explorar el Código

Minor version update 4.3.4

FusionPBX hace 8 años
padre
commit
eb0f301061
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/functions.php

+ 1 - 1
resources/functions.php

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