We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c54ef9 commit 7d0c77cCopy full SHA for 7d0c77c
2 files changed
CHANGELOG.md
@@ -14,6 +14,10 @@
14
15
### Security
16
17
+## [10.2.2] - 2021-03-18
18
+
19
+see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.4
20
21
## [10.2.1] - 2021-01-09
22
23
- adding php 8.0 support[#144](https://github.com/editorconfig-checker/editorconfig-checker.php/pull/144)
src/EditorconfigChecker/Cli.php
@@ -4,7 +4,7 @@
4
5
use EditorconfigChecker\Utilities;
6
7
-define('CORE_VERSION', '2.2.0');
+define('CORE_VERSION', '2.3.4');
8
9
class Cli
10
{
0 commit comments