Release 1.20.2 (#3320)

This commit is contained in:
Kevin Papst
2022-05-24 16:28:14 +02:00
committed by GitHub
parent d5f8655827
commit 5fb326db4d
3 changed files with 15 additions and 15 deletions

View File

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