Minor version update to FusionPBX 3.8.3.

This commit is contained in:
Mark Crane 2015-05-12 06:51:01 +00:00
parent 0eecb60280
commit 4a52fac56e
1 changed files with 1 additions and 1 deletions

View File

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