From 855f26176ae5bb2681c797a6cc22fa0124e06d90 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 11 Dec 2024 18:17:42 +0100 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 dda15a5553..2bcc78e6ec 100644 --- a/src/Config.php +++ b/src/Config.php @@ -85,7 +85,7 @@ class Config * * @var string */ - const VERSION = '3.11.2'; + const VERSION = '3.11.3'; /** * Package stability; either stable, beta or alpha.