Update functions.php

This commit is contained in:
FusionPBX 2018-10-25 09:46:33 -06:00 committed by GitHub
parent 0108998768
commit 2c292611af
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.2';
return '4.5.3';
}
}