From e2086424e99a7dc64b22e8fb7de0d3e2323d17c2 Mon Sep 17 00:00:00 2001 From: Bruno Spyckerelle Date: Tue, 29 Aug 2023 11:21:02 +0200 Subject: [PATCH] Prepare 2.6.16 --- module/Core/src/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Core/src/Version.php b/module/Core/src/Version.php index 96e5f3aa..0b48cc6e 100644 --- a/module/Core/src/Version.php +++ b/module/Core/src/Version.php @@ -24,5 +24,5 @@ */ final class Version { - const VERSION = "2.6.15"; + const VERSION = "2.6.16"; }