Minor version update 4.3.3.

This commit is contained in:
FusionPBX
2017-09-07 13:10:33 -06:00
committed by GitHub
parent 8570147f7a
commit 404a86f331

View File

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