Release 2.51 (#5847)

* bump packages
This commit is contained in:
Kevin Papst
2026-03-01 16:21:07 +01:00
committed by GitHub
parent 15110f78d8
commit 5b320bf2ea
2 changed files with 221 additions and 221 deletions

438
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,11 +17,11 @@ final class Constants
/** /**
* The current release version * The current release version
*/ */
public const VERSION = '2.50.0'; public const VERSION = '2.51.0';
/** /**
* The current release: major * 10000 + minor * 100 + patch * The current release: major * 10000 + minor * 100 + patch
*/ */
public const VERSION_ID = 25000; public const VERSION_ID = 25100;
/** /**
* The software name * The software name
*/ */