set version to 2.1.0-beta1

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-13 10:25:23 +02:00
parent 9e8f32f1e8
commit cfae3540fc
3 changed files with 8 additions and 3 deletions

View File

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