Update functions.php

Minor version change.
This commit is contained in:
FusionPBX 2016-12-27 22:22:54 -07:00 committed by GitHub
parent 730e9ed514
commit 68e18894db
1 changed files with 1 additions and 1 deletions

View File

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