Explorar el Código

Update functions.php

FusionPBX hace 7 años
padre
commit
8335aa82a4
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.5.0';
+			return '4.5.1';
 		}
 	}