Minor version change from 4.5.21 to 4.5.22.

This commit is contained in:
FusionPBX
2021-02-25 10:16:23 -07:00
committed by GitHub
parent e69bebcbe8
commit 094188fd76

View File

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