Update functions.php

This commit is contained in:
FusionPBX
2018-02-13 15:38:26 -07:00
committed by GitHub
parent 11bfa81edd
commit 5f07ecccf2

View File

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