Update the version to 5.3.2

This commit is contained in:
FusionPBX
2024-07-25 03:36:33 -06:00
committed by GitHub
parent 66e7f05558
commit 390bc61cf6

View File

@@ -12,7 +12,7 @@ if (!class_exists('software')) {
* version
*/
public static function version() {
return '5.3.1';
return '5.3.2';
}
/**