Release 2.19 (#4922)

This commit is contained in:
Kevin Papst
2024-07-22 17:51:03 +02:00
committed by GitHub
parent ce22520d7f
commit 8788311faf
32 changed files with 585 additions and 372 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.18.0';
public const VERSION = '2.19.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 21800;
public const VERSION_ID = 21900;
/**
* The software name
*/