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

@ -38,5 +38,5 @@ $setup_info[NOTIFICATION_APP]['hooks']['config'] = 'notifications.notifications.
/* Dependencies for this app to work */
$setup_info[NOTIFICATION_APP]['depends'][] = array(
'appname' => 'api',
'versions' => Array('21.1')
'versions' => Array('23.1')
);