Release 2.0.3 (#3879)

This commit is contained in:
Kevin Papst
2023-02-25 20:37:52 +01:00
committed by GitHub
parent 068e9425eb
commit 2cb29bfef5
2 changed files with 3 additions and 3 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.2';
public const VERSION = '2.0.3';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20002;
public const VERSION_ID = 20003;
/**
* The software name
*/