Release 1.19.6 (#3277)

This commit is contained in:
Kevin Papst
2022-04-29 18:14:12 +02:00
committed by GitHub
parent 76899d2fdb
commit 100f8a5165
5 changed files with 11 additions and 11 deletions

View File

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