meh it's february already :P

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann 2019-02-12 17:42:36 +01:00
parent 73c05fb231
commit fca7b95579
No known key found for this signature in database
GPG Key ID: 55284EC83A4823B8
3 changed files with 3 additions and 3 deletions

View File

@ -679,7 +679,7 @@ opcache.interned_strings_buffer'),
('panel', 'customer_hide_options', ''),
('panel', 'is_configured', '0'),
('panel', 'version', '0.10.0'),
('panel', 'db_version', '201901120');
('panel', 'db_version', '201902120');
DROP TABLE IF EXISTS `panel_tasks`;

View File

@ -194,5 +194,5 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201812190')) {
Settings::AddNew('system.errorlog_level', (\Froxlor\Settings::Get('system.webserver') == 'nginx' ? 'error' : 'warn'));
lastStepStatus(0);
\Froxlor\Froxlor::updateToDbVersion('201901120');
\Froxlor\Froxlor::updateToDbVersion('201902120');
}

View File

@ -10,7 +10,7 @@ final class Froxlor
const VERSION = '0.10.0';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201901120';
const DBVERSION = '201902120';
// Distribution branding-tag (used for Debian etc.)
const BRANDING = '';