Minor version update 4.5.2

This commit is contained in:
FusionPBX
2018-08-30 10:28:02 -06:00
committed by GitHub
parent 1b8466a14b
commit 8e757a0b39

View File

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