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 089d33384a
commit 25f4c71b1c

View File

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