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 Sep 16, 2017
1 parent 8a9eab3 commit 93bdb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.15.1
;; Version: 0.16.0-snapshot
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "2.16"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -90,12 +90,12 @@ project inference will take place."

(require 'seq)

(defconst cider-version "0.15.1"
(defconst cider-version "0.16.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.")

(defconst cider-codename "London"
(defconst cider-codename "Riga"
"Codename used to denote stable releases.")

(defcustom cider-lein-command
Expand Down

0 comments on commit 93bdb46

Please sign in to comment.