set valid version

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-01 10:32:39 +02:00
parent 5f0429ef77
commit eacf383928
3 changed files with 5 additions and 5 deletions

View File

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