Fixed dbversion in SQL/Froxlor.php

Signed-off-by: Patrik Kernstock <patrik@kernstock.net>
This commit is contained in:
Patrik Kernstock
2019-12-31 22:30:54 +01:00
parent 6799a56ba1
commit 7f83ad31f4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = '201912312';
// Distribution branding-tag (used for Debian etc.)
const BRANDING = '';