setting version to 0.10.2 for upcoming maintenance release

Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
This commit is contained in:
Michael Kaufmann
2019-10-18 13:39:23 +02:00
parent e5c1e8350d
commit 4704798379
3 changed files with 7 additions and 2 deletions

View File

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