Update software.php

This commit is contained in:
FusionPBX 2022-08-25 15:24:14 -06:00 committed by GitHub
parent d62f360f77
commit 347e02e273
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.0.2';
return '5.0.3';
}
/**