Skip to content

Commit

Permalink
[Fix #416] Bump clojure-mode-version to 5.6.0 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn authored and bbatsov committed Nov 20, 2016
1 parent a0e05e2 commit 2ee4ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))

(defconst clojure-mode-version "5.5.2"
(defconst clojure-mode-version "5.6.0"
"The current version of `clojure-mode'.")

(defface clojure-keyword-face
Expand Down

2 comments on commit 2ee4ca6

@dunn
Copy link
Contributor Author

@dunn dunn commented on 2ee4ca6 Nov 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you re-tag 5.6.0 to include that? I wouldn't recommend it in the future, since it breaks the checksum for the tarball.

@bbatsov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I retagged it. Frankly, I have no idea why this affected MELPA to begin with - the version in the header is the one that matters for MELPA. The second version is there mostly for people that are not using package.el.

Please sign in to comment.