set version to 2.2.2 for upcoming release

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2024-10-09 10:55:31 +02:00
parent f652017c1a
commit 4f4abada6f
3 changed files with 7 additions and 2 deletions

View File

@@ -178,3 +178,8 @@ if (Froxlor::isDatabaseVersion('202408140')) {
Froxlor::updateToDbVersion('202409280');
}
if (Froxlor::isFroxlorVersion('2.2.1')) {
Update::showUpdateStep("Updating from 2.2.1 to 2.2.2", false);
Froxlor::updateToVersion('2.2.2');
}