浏览代码

Update functions.php

FusionPBX 6 年之前
父节点
当前提交
5620cd655f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/functions.php

+ 2 - 2
resources/functions.php

@@ -27,7 +27,7 @@
 
 	if (!function_exists('software_version')) {
 		function software_version() {
-			return '4.5.6';
+			return '4.5.7';
 		}
 	}
 
@@ -2123,4 +2123,4 @@ function number_pad($number,$n) {
 	}
 
 
-?>
+?>