From 249369c7a2760fb22f1da64a2529e107508c4721 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Mon, 19 Feb 2024 12:56:12 +0100 Subject: [PATCH] Use core version 2.8.0 (#302) --- src/EditorconfigChecker/Cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditorconfigChecker/Cli.php b/src/EditorconfigChecker/Cli.php index a9cc945..ca2091e 100644 --- a/src/EditorconfigChecker/Cli.php +++ b/src/EditorconfigChecker/Cli.php @@ -4,7 +4,7 @@ use EditorconfigChecker\Utilities; -define('CORE_VERSION', '2.7.0'); +define('CORE_VERSION', '2.8.0'); class Cli {