From 1297133d8dcbc58fb7351c21a61f4d3d83e1babc Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 9 May 2015 18:34:02 +0000 Subject: [PATCH] Minor version update FusionPBX 3.8.1 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index fc431d628a..8ab7dc4737 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.8'; + return '3.8.1'; } }