From 4ae18b73d15875cc95ceb9ac6e862021825fd745 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sat, 4 Dec 2021 02:27:32 +0100 Subject: [PATCH] bump version (#2991) --- src/Constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" */