Skip to content

Commit aad32a7

Browse files
committed
Bump the development version to 0.15.1-snapshot
1 parent ea6aa35 commit aad32a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: http://www.github.com/clojure-emacs/cider
14-
;; Version: 0.15.0
14+
;; Version: 0.15.1-snapshot
1515
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "2.16"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -90,7 +90,7 @@ project inference will take place."
9090

9191
(require 'seq)
9292

93-
(defconst cider-version "0.15.0"
93+
(defconst cider-version "0.15.1-snapshot"
9494
"Fallback version used when it cannot be extracted automatically.
9595
Normally it won't be used, unless `pkg-info' fails to extract the
9696
version from the CIDER package or library.")

0 commit comments

Comments
 (0)