Release 2.41 (#5653)

This commit is contained in:
Kevin Papst
2025-11-08 23:03:44 +01:00
committed by GitHub
parent 636a51e721
commit 1a38c7d7a3
57 changed files with 705 additions and 409 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.40.0';
public const VERSION = '2.41.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 24000;
public const VERSION_ID = 24100;
/**
* The software name
*/