Update functions.php

Update the master branch version to 4.3.
This commit is contained in:
FusionPBX
2016-09-29 09:05:24 -06:00
committed by GitHub
parent 0af9e3d794
commit 7a92f53711

View File

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