From 5eef98fdfd0d3814b1796f1f72628d0b17cdab50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Kolly?= Date: Sun, 28 Jul 2019 18:10:01 +0200 Subject: [PATCH] Bump DB Version to 201907270 --- install/froxlor.sql | 2 +- lib/Froxlor/Froxlor.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index f50c5c1f..169d7712 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -682,7 +682,7 @@ opcache.interned_strings_buffer'), ('panel', 'customer_hide_options', ''), ('panel', 'is_configured', '0'), ('panel', 'version', '0.10.0-rc2'), - ('panel', 'db_version', '201904250'); + ('panel', 'db_version', '201907270'); DROP TABLE IF EXISTS `panel_tasks`; diff --git a/lib/Froxlor/Froxlor.php b/lib/Froxlor/Froxlor.php index 53e32359..eff34ca5 100644 --- a/lib/Froxlor/Froxlor.php +++ b/lib/Froxlor/Froxlor.php @@ -10,7 +10,7 @@ final class Froxlor const VERSION = '0.10.0-rc2'; // Database version (YYYYMMDDC where C is a daily counter) - const DBVERSION = '201904250'; + const DBVERSION = '201907270'; // Distribution branding-tag (used for Debian etc.) const BRANDING = '';