Release 2.48 (#5789)

This commit is contained in:
Kevin Papst
2026-01-30 16:44:26 +01:00
committed by GitHub
parent 3925eacf9f
commit 4a31411d69
114 changed files with 1246 additions and 1224 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.47.0';
public const VERSION = '2.48.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 24700;
public const VERSION_ID = 24800;
/**
* The software name
*/