Update functions.php

This commit is contained in:
FusionPBX 2019-07-25 10:14:25 -06:00 committed by GitHub
parent db0506e039
commit e2cb93a27b
1 changed files with 1 additions and 1 deletions

View File

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