From 4dc309539f56bd102c04579b6c1a9a9a33d6070e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 7 Sep 2017 13:10:33 -0600 Subject: [PATCH] Minor version update 4.3.3. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index cedab5efdc..c2d3e68037 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.3.2'; + return '4.3.3'; } }