Update software version from 5.5.4 to 5.5.5

This commit is contained in:
FusionPBX
2025-12-30 05:58:49 -07:00
committed by GitHub
parent 77432d1264
commit af43b88413

View File

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