Update software version from 5.5.3 to 5.5.4

This commit is contained in:
FusionPBX
2025-11-26 07:22:17 -07:00
committed by GitHub
parent ec439999b3
commit 40b82315c7

View File

@@ -11,7 +11,7 @@
* @return string The version number in the format 'major.minor.patch'.
*/
public static function version() {
return '5.5.3';
return '5.5.4';
}
/**