Release 2.42 (#5686)

This commit is contained in:
Kevin Papst
2025-11-12 16:15:04 +01:00
committed by GitHub
parent ea29799b89
commit 8e6764b67a
42 changed files with 377 additions and 416 deletions

View File

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