We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca76b7 commit facce4fCopy full SHA for facce4f
2 files changed
CHANGELOG.md
@@ -8,6 +8,9 @@
8
### Fixed
9
### Security
10
11
+## [10.0.4] - 2020-05-18
12
+see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.4
13
+
14
## [10.0.3] - 2019-09-13
15
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.3
16
src/EditorconfigChecker/Cli.php
@@ -4,7 +4,7 @@
4
5
use EditorconfigChecker\Utilities;
6
7
-define('CORE_VERSION', '2.0.3');
+define('CORE_VERSION', '2.0.4');
class Cli
{
0 commit comments