diff --git a/src/Constants.php b/src/Constants.php index 4b56ffa4..94448eb1 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -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 */