Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 5, 2016
1 parent 51a92ab commit 93e061b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider.el
Expand Up @@ -10,7 +10,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.10.0
;; Version: 0.10.1
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.1.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.4") (seq "1.9"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -78,7 +78,7 @@

(require 'seq)

(defconst cider-version "0.10.0"
(defconst cider-version "0.10.1"
"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 93e061b

Please sign in to comment.