From 0464054a2b6a877916bad9964470c8718560ad39 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 24 Nov 2021 12:55:38 +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 8338ea63..a4b0fb96 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -17,11 +17,11 @@ class Constants /** * The current release version */ - public const VERSION = '1.16.3'; + public const VERSION = '1.16.5'; /** * The current release: major * 10000 + minor * 100 + patch */ - public const VERSION_ID = 11603; + public const VERSION_ID = 11605; /** * The current release status, either "stable" or "dev" */