From 2a8b1ff602f4a154c2ce88d80ac9cb0dde7e31da Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 8 Dec 2016 19:37:43 -0700 Subject: [PATCH] Update functions.php Updating the version number to 4.2.1 which includes bug fixes and security updates. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 6c09d8c65b..79c66059cd 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.2.0'; + return '4.2.1'; } }