浏览代码

Update functions.php

FusionPBX 7 年之前
父节点
当前提交
ad912fd286
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.4.0';
+			return '4.5.0';
 		}
 	}