From e3733381ebf756815ca77d9d01e16f84db096416 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 1 Mar 2024 18:35:27 -0700 Subject: [PATCH] Update the version of the Master Branch This is not a release yet it's a version for the Master Branch. We are doing this to separate it from the current release. --- core/software/resources/classes/software.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/software/resources/classes/software.php b/core/software/resources/classes/software.php index ccfbf4071e..23379f268f 100644 --- a/core/software/resources/classes/software.php +++ b/core/software/resources/classes/software.php @@ -12,7 +12,7 @@ if (!class_exists('software')) { * version */ public static function version() { - return '5.2.0'; + return '5.3.0'; } /**