From ea445f8decdb166f1744647c287a16ffa472d5d7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 30 Aug 2018 10:28:02 -0600 Subject: [PATCH] Minor version update 4.5.2 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index b80fb56dc7..b9323ce7ec 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.5.1'; + return '4.5.2'; } }