set version to 2.0.5

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-01-08 23:24:43 +01:00
parent 9c2f12ecb1
commit 0f382586ce
3 changed files with 8 additions and 3 deletions

View File

@@ -273,3 +273,8 @@ EOF;
Froxlor::updateToVersion('2.0.4');
}
if (Froxlor::isFroxlorVersion('2.0.4')) {
Update::showUpdateStep("Updating from 2.0.4 to 2.0.5", false);
Froxlor::updateToVersion('2.0.5');
}