Release 2.55 (#5907)

This commit is contained in:
Kevin Papst
2026-04-16 22:06:53 +02:00
committed by GitHub
parent 148d3db6ca
commit 372c676afa
11 changed files with 148 additions and 82 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.54.0';
public const VERSION = '2.55.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 25400;
public const VERSION_ID = 25500;
/**
* The software name
*/