set version in 2.1.x branch to 2.1.0-alpha1

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann 2023-06-06 09:35:12 +02:00
parent bde19997ba
commit 20755bcead
No known key found for this signature in database
GPG Key ID: C121F97338D7A352

View File

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