set version to 2.0.21 for upcoming maintenance release

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-07-07 09:50:50 +02:00
parent b0e43d332d
commit 13daa7d6fa
4 changed files with 10 additions and 5 deletions

View File

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