Release 2.37 (#5546)

This commit is contained in:
Kevin Papst
2025-07-04 16:43:38 +02:00
committed by GitHub
parent 06b3060fe1
commit dfec807166
52 changed files with 602 additions and 352 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.36.1';
public const VERSION = '2.37.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 23601;
public const VERSION_ID = 23700;
/**
* The software name
*/