Release 1.19.2 (#3244)

This commit is contained in:
Kevin Papst
2022-04-05 00:59:13 +02:00
committed by GitHub
parent 966701f94e
commit f2a8cf0930
5 changed files with 47 additions and 36 deletions

View File

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