Release 2.18 (#4878)

This commit is contained in:
Kevin Papst
2024-06-16 13:15:49 +02:00
committed by GitHub
parent 8792a1df09
commit 987b46bf8f
46 changed files with 1768 additions and 814 deletions

View File

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