Minor version update 4.2.2.

This commit is contained in:
FusionPBX
2017-01-30 20:39:25 -07:00
committed by GitHub
parent 6603eaab05
commit 10f1d7a2b2

View File

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