set version to 0.10.11 for upcoming maintenance release

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2020-01-03 13:24:31 +01:00
parent 25d0bbb766
commit dd2782771a
3 changed files with 7 additions and 2 deletions

View File

@@ -537,3 +537,8 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201912310')) {
lastStepStatus(0);
\Froxlor\Froxlor::updateToDbVersion('201912311');
}
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.10')) {
showUpdateStep("Updating from 0.10.10 to 0.10.11", false);
\Froxlor\Froxlor::updateToVersion('0.10.11');
}