From 9e73d47881eac6f66b4992d9cc53a8e3396b0897 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 22 Jul 2024 01:52:43 +0200 Subject: [PATCH] Config: update version nr to next --- src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.php b/src/Config.php index 61addd915e..4e4c68f083 100644 --- a/src/Config.php +++ b/src/Config.php @@ -85,7 +85,7 @@ class Config * * @var string */ - const VERSION = '3.10.2'; + const VERSION = '3.10.3'; /** * Package stability; either stable, beta or alpha.