diff --git a/src/Constants.php b/src/Constants.php index 687519d7..ef923423 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -17,11 +17,11 @@ class Constants /** * The current release version */ - public const VERSION = '1.16.6'; + public const VERSION = '1.16.7'; /** * The current release: major * 10000 + minor * 100 + patch */ - public const VERSION_ID = 11606; + public const VERSION_ID = 11607; /** * The current release status, either "stable" or "dev" */