Release 2.59 (#5957)

This commit is contained in:
Kevin Papst
2026-06-05 19:05:10 +02:00
committed by GitHub
parent 79d0a2102b
commit 87c85270a9
77 changed files with 2571 additions and 1697 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.58.0';
public const VERSION = '2.59.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 25800;
public const VERSION_ID = 25900;
/**
* The software name
*/