Release 2.10 (#4549)

This commit is contained in:
Kevin Papst
2024-01-19 12:05:07 +01:00
committed by GitHub
parent afd60a67f6
commit 46739795ff
52 changed files with 348 additions and 292 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.9.0';
public const VERSION = '2.10.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20900;
public const VERSION_ID = 21000;
/**
* The software name
*/