bump version to 23.1

This commit is contained in:
ralf
2023-02-28 08:49:36 +01:00
parent 86b883951a
commit 81d044d2a5
22 changed files with 116 additions and 40 deletions

View File

@ -838,4 +838,14 @@ function api_upgrade21_1_002()
Vfs\Sqlfs\Utils::quotaRecalc();
return $GLOBALS['setup_info']['api']['currentver'] = '21.1.003';
}
/**
* Bump version to 23.1
*
* @return string
*/
function api_upgrade21_1_003()
{
return $GLOBALS['setup_info']['api']['currentver'] = '23.1';
}