From 7a92f5371190f72f3aa25b75fbb9e4965bb568a9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 29 Sep 2016 09:05:24 -0600 Subject: [PATCH] Update functions.php Update the master branch version to 4.3. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 6c09d8c65b..81d887c5a7 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.3.0'; } }