Update functions.php

Updating the version number to 4.2.1 which includes bug fixes and security updates.
This commit is contained in:
FusionPBX 2016-12-08 19:37:43 -07:00 committed by GitHub
parent 79d149b688
commit 2a8b1ff602
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.2.0';
return '4.2.1';
}
}