set new beta version for the new major release this year

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-08-25 21:49:26 +02:00
parent e5620b22e0
commit 8f64460647
6 changed files with 8 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ UI::setLinker($linker);
/**
* Global Theme-variable
*/
if (Update::versionInUpdate(Settings::Get('panel.version'), '0.11.0-dev1')) {
if (Update::versionInUpdate(Settings::Get('panel.version'), '2.0.0-beta1')) {
$theme = $_deftheme;
} else {
$theme = (Settings::Get('panel.default_theme') !== null) ? Settings::Get('panel.default_theme') : $_deftheme;