From 19e1500170a17982c292a30700fb8e580b0c395e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 10 May 2015 06:36:19 +0000 Subject: [PATCH] Minor version upgrade FusionPBX 3.8.2. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 8ab7dc4737..15ecf05d9f 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.8.1'; + return '3.8.2'; } }