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 Jul 27, 2016
1 parent 8a85d94 commit 6f1527d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.13.0
;; Version: 0.14.0-cvs
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.3.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "2.14"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -88,7 +88,7 @@ project inference will take place."

(require 'seq)

(defconst cider-version "0.13.0"
(defconst cider-version "0.14.0-snapshot"
"Fallback version used when it cannot be extracted automatically.
Normally it won't be used, unless `pkg-info' fails to extract the
version from the CIDER package or library.")
Expand Down

0 comments on commit 6f1527d

Please sign in to comment.