From 63029b46d9f79b8e04faf296464ab7caf0da3afa Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 26 Oct 2017 15:21:03 -0600 Subject: [PATCH] Minor version update 4.3.4 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 7629c20387..7c06b4064e 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.3.3'; + return '4.3.4'; } }