Skip to content

Commit 7d0c77c

Browse files
committed
release
1 parent 4c54ef9 commit 7d0c77c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
### Security
1616

17+
## [10.2.2] - 2021-03-18
18+
19+
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.4
20+
1721
## [10.2.1] - 2021-01-09
1822

1923
- adding php 8.0 support[#144](https://github.com/editorconfig-checker/editorconfig-checker.php/pull/144)

src/EditorconfigChecker/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use EditorconfigChecker\Utilities;
66

7-
define('CORE_VERSION', '2.2.0');
7+
define('CORE_VERSION', '2.3.4');
88

99
class Cli
1010
{

0 commit comments

Comments
 (0)