FusionPBX 5.1.0 full release

This commit is contained in:
FusionPBX 2023-07-15 19:07:35 -06:00 committed by GitHub
parent d70fa0307b
commit 31ae516a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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