From b39964cee3e4b0babe739d47a604c2323fd270f0 Mon Sep 17 00:00:00 2001 From: Dag Date: Tue, 5 Aug 2025 19:50:27 +0200 Subject: [PATCH] chore: prepare for aug 2025 release (#4654) --- lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index 79f2922c..37368894 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -7,7 +7,7 @@ */ final class Configuration { - private const VERSION = '2025-06-03'; + private const VERSION = '2025-08-05'; private static $config = [];