Minor bug fix version update for FusionPBX 3.1.4.

This commit is contained in:
Mark Crane 2012-09-27 17:37:33 +00:00
parent 014ca639d7
commit d1d710d058
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.1.3';
return '3.1.4';
}
}