Skip to content

Commit

Permalink
Bump the development version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 25, 2016
1 parent 3671254 commit 6d0dea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure-mode.el
Expand Up @@ -10,7 +10,7 @@
;; Artur Malabarba <bruce.connor.am@gmail.com>
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 5.5.0
;; Version: 5.6.0-cvs
;; Package-Requires: ((emacs "24.3"))

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -78,7 +78,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.0"
(defconst clojure-mode-version "5.6.0-snapshot"
"The current version of `clojure-mode'.")

(defface clojure-keyword-face
Expand Down

0 comments on commit 6d0dea4

Please sign in to comment.