set version to 0.10.18 for upcoming release

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2020-06-12 15:17:09 +02:00
parent 1a0953e77e
commit 0398f4cdba
5 changed files with 8 additions and 10 deletions

View File

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