mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
bump version to 23.1
This commit is contained in:
@ -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';
|
||||
}
|
Reference in New Issue
Block a user