From 1310285133adb1f78e018cbbef3e7d2f4b797e50 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 8 Mar 2023 23:30:45 +0100 Subject: [PATCH] bump version --- src/Constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */