Minor version update 4.3.4

This commit is contained in:
FusionPBX
2017-10-26 15:21:03 -06:00
committed by GitHub
parent 74355eee06
commit 63029b46d9

View File

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