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