set version to 2.0.9

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-01-20 18:01:28 +01:00
parent 1b77632fa8
commit 42b3f1e59d
4 changed files with 11 additions and 6 deletions

View File

@@ -372,3 +372,8 @@ if (Froxlor::isDatabaseVersion('202301120')) {
Froxlor::updateToDbVersion('202301180');
}
if (Froxlor::isFroxlorVersion('2.0.8')) {
Update::showUpdateStep("Updating from 2.0.8 to 2.0.9", false);
Froxlor::updateToVersion('2.0.9');
}