From 372538433e82c98de8eae475ad8c33574c992d2d Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 20 Apr 2023 21:30:42 +0200 Subject: [PATCH] start next dotclear 2.26 release changes --- src/My.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/My.php b/src/My.php index 6d0fdaa..2ccfafd 100644 --- a/src/My.php +++ b/src/My.php @@ -16,5 +16,5 @@ namespace Dotclear\Plugin\checkStoreVersion; class My { - public const DC_MAX = '2.25.3'; + public const DC_MAX = '2.26'; }