Release 1.19.5 (#3265)

This commit is contained in:
Kevin Papst
2022-04-26 18:48:43 +02:00
committed by GitHub
parent 41e8e196ec
commit 76899d2fdb
133 changed files with 849 additions and 683 deletions

View File

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