Release 2.24 (#5097)

This commit is contained in:
Kevin Papst
2024-10-11 21:56:54 +02:00
committed by GitHub
parent 5fac6a642c
commit ff9bf163ee
32 changed files with 381 additions and 463 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.23.0';
public const VERSION = '2.24.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 22300;
public const VERSION_ID = 22400;
/**
* The software name
*/