From 7d0c77ca0dc98b9ee59ed6bdee0c255e5c7a195e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Thu, 18 Mar 2021 10:21:00 +0100 Subject: [PATCH] release --- CHANGELOG.md | 4 ++++ src/EditorconfigChecker/Cli.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8311324..5d19ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ ### Security +## [10.2.2] - 2021-03-18 + +see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.4 + ## [10.2.1] - 2021-01-09 - adding php 8.0 support[#144](https://github.com/editorconfig-checker/editorconfig-checker.php/pull/144) diff --git a/src/EditorconfigChecker/Cli.php b/src/EditorconfigChecker/Cli.php index 7304f40..8085627 100644 --- a/src/EditorconfigChecker/Cli.php +++ b/src/EditorconfigChecker/Cli.php @@ -4,7 +4,7 @@ use EditorconfigChecker\Utilities; -define('CORE_VERSION', '2.2.0'); +define('CORE_VERSION', '2.3.4'); class Cli {