bump version

This commit is contained in:
Kevin Papst
2023-03-08 23:30:45 +01:00
parent 588e85d48f
commit 1310285133

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.6';
public const VERSION = '2.0.7';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20006;
public const VERSION_ID = 20007;
/**
* The software name
*/