Update functions.php

This commit is contained in:
FusionPBX 2019-08-29 10:58:58 -06:00 committed by GitHub
parent 310b89a114
commit a6209528a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5.8';
return '4.5.9';
}
}