From 77ef2b6142548ca4b300e73e9ee6288ab0874fb3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 27 Jun 2019 10:16:43 -0600 Subject: [PATCH] Update functions.php --- resources/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/functions.php b/resources/functions.php index 792a15c1be..19d1f55521 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.5.6'; + return '4.5.7'; } } @@ -2123,4 +2123,4 @@ function number_pad($number,$n) { } -?> \ No newline at end of file +?>