setting version to 0.10.3 for upcoming release

Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
This commit is contained in:
Michael Kaufmann
2019-10-25 14:48:13 +02:00
parent 90d921ebb5
commit 88ee76e4c9
3 changed files with 7 additions and 2 deletions

View File

@@ -695,7 +695,7 @@ opcache.interned_strings_buffer'),
('panel', 'password_special_char', '!?<>§$%+#=@'),
('panel', 'customer_hide_options', ''),
('panel', 'is_configured', '0'),
('panel', 'version', '0.10.2'),
('panel', 'version', '0.10.3'),
('panel', 'db_version', '201910200');

View File

@@ -442,3 +442,8 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201910120')) {
\Froxlor\Froxlor::updateToDbVersion('201910200');
}
if (\Froxlor\Froxlor::isFroxlorVersion('0.10.2')) {
showUpdateStep("Updating from 0.10.2 to 0.10.3", false);
\Froxlor\Froxlor::updateToVersion('0.10.3');
}

View File

@@ -7,7 +7,7 @@ final class Froxlor
{
// Main version variable
const VERSION = '0.10.2';
const VERSION = '0.10.3';
// Database version (YYYYMMDDC where C is a daily counter)
const DBVERSION = '201910200';