branch: scratch/editorconfig-cc
commit aea1b70fa76540a6021ac51e37f21e13a5c057ab
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    I forgot to update editorconfig-core-version const
---
 editorconfig-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig-core.el b/editorconfig-core.el
index 204f6e43b8..f4f855d87d 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -71,7 +71,7 @@
 
 
 (defconst editorconfig-core-version
-  "0.6.1"
+  "0.7.0"
   "EditorConfig core version.")
 
 (defun editorconfig-core--remove-duplicate (alist)

Reply via email to