Release 2.60 (#5971)

This commit is contained in:
Kevin Papst
2026-06-10 12:39:54 +02:00
committed by GitHub
parent 8ed666c0eb
commit a2c1c71cfc
26 changed files with 252 additions and 145 deletions

View File

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