bump composer packages for version 1.22.1 (#3455)

This commit is contained in:
Kevin Papst
2022-08-01 18:56:48 +02:00
committed by GitHub
parent 0e33da7760
commit 303ec5be11
2 changed files with 247 additions and 250 deletions

493
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,11 +17,11 @@ class Constants
/** /**
* The current release version * The current release version
*/ */
public const VERSION = '1.22.0'; public const VERSION = '1.22.1';
/** /**
* The current release: major * 10000 + minor * 100 + patch * The current release: major * 10000 + minor * 100 + patch
*/ */
public const VERSION_ID = 12200; public const VERSION_ID = 12201;
/** /**
* The current release status, either "stable" or "dev" * The current release status, either "stable" or "dev"
*/ */