bugfix release 1.10.2 (#1942)

This commit is contained in:
Kevin Papst
2020-08-30 12:19:20 +02:00
committed by GitHub
parent 193d193352
commit b69ea0648c
3 changed files with 12 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.10.1';
public const VERSION = '1.10.2';
/**
* The current release status, either "stable" or "dev"
*/