From 1b5508103565edd41a4f2b96a35bb1b0d28a1fe2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 28 May 2018 13:48:16 -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 9a74e379ff..b80fb56dc7 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.5.0'; + return '4.5.1'; } }