fix missing update in version.inc.php

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-09-25 08:16:54 +02:00
parent 738e629eec
commit 70cb760862

View File

@@ -19,7 +19,7 @@
$version = '0.10.0';
// Database version (YYYYMMDDC where C is a daily counter)
$dbversion = '201805290';
$dbversion = '201809180';
// Distribution branding-tag (used for Debian etc.)
$branding = '';