Release 2.57 (#5929)

This commit is contained in:
Kevin Papst
2026-05-21 22:14:10 +02:00
committed by GitHub
parent f0ce1c7bd6
commit 976d38e8a4
101 changed files with 4226 additions and 1119 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.56.0';
public const VERSION = '2.57.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 25600;
public const VERSION_ID = 25700;
/**
* The software name
*/