From aff6f59f58304278fc4ca8d911aef85ebc883b10 Mon Sep 17 00:00:00 2001 From: Dag Date: Tue, 5 Aug 2025 19:48:18 +0200 Subject: [PATCH] chore: prepare for aug 2025 release --- 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 = [];