Update software.php

This commit is contained in:
FusionPBX 2020-03-03 14:25:34 -07:00 committed by GitHub
parent 05ea579967
commit bd783b87ad
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 '4.5.11';
return '4.5.12';
}
/**