Update functions.php

This commit is contained in:
FusionPBX 2019-06-27 10:16:43 -06:00 committed by GitHub
parent c68446bf82
commit 77ef2b6142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '4.5.6';
return '4.5.7';
}
}
@ -2123,4 +2123,4 @@ function number_pad($number,$n) {
}
?>
?>