Release 2.0.15 (#3970)

This commit is contained in:
Kevin Papst
2023-04-16 00:44:00 +02:00
committed by GitHub
parent ecd8ee85f3
commit 046ed313c9
42 changed files with 796 additions and 935 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.14';
public const VERSION = '2.0.15';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20014;
public const VERSION_ID = 20015;
/**
* The software name
*/