From 484fe8acbc22dc56dc8e9c2678704558abdcb5c6 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Tue, 31 Dec 2019 17:22:37 +0100 Subject: [PATCH] Fixed db_DBVERISON in Froxlor.php Signed-off-by: Patrik Kernstock --- lib/Froxlor/Froxlor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Froxlor/Froxlor.php b/lib/Froxlor/Froxlor.php index 4c398bec..9eb2ea76 100644 --- a/lib/Froxlor/Froxlor.php +++ b/lib/Froxlor/Froxlor.php @@ -10,7 +10,7 @@ final class Froxlor const VERSION = '0.10.10'; // Database version (YYYYMMDDC where C is a daily counter) - const DBVERSION = '201912310'; + const DBVERSION = '201912311'; // Distribution branding-tag (used for Debian etc.) const BRANDING = '';