From 54492becf5d61bd5c405a54f2f358cda4baf9e40 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 28 May 2018 14:18:40 -0600 Subject: [PATCH] Update functions.php --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index f1e27d1ac2..14d2941cfc 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.4.0'; + return '4.4.1'; } }