This commit is contained in:
markjcrane 2021-04-29 16:09:28 -06:00
commit 0baaed17ea
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.23';
return '4.5.24';
}
/**