branch: scratch/editorconfig-cc
commit 490381ede2c2880010cb00357de0a021247bb807
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
Prepare v0.7.11
---
editorconfig-core.el | 2 +-
editorconfig.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/editorconfig-core.el b/editorconfig-core.el
index bbdebf208a..a94dbdb11e 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -71,7 +71,7 @@
(defconst editorconfig-core-version
- "0.7.10"
+ "0.7.11"
"EditorConfig core version.")
(defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig.el b/editorconfig.el
index 6ec416fd7e..c98b09c19c 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2011-2017 EditorConfig Team
;; Author: EditorConfig Team <[email protected]>
-;; Version: 0.7.10
+;; Version: 0.7.11
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((cl-lib "0.5"))