Release 2.33.0 (#5438)

This commit is contained in:
Kevin Papst
2025-04-22 20:43:22 +02:00
committed by GitHub
parent a70c803158
commit e663cc2b02
58 changed files with 1404 additions and 899 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.32.0';
public const VERSION = '2.33.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 23200;
public const VERSION_ID = 23300;
/**
* The software name
*/