Skip to content

Commit 0ea15b3

Browse files
committed
Bump the development version
1 parent 57e1c41 commit 0ea15b3

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.26.0
14+
;; Version: 0.27.0-snapshot
1515
;; Package-Requires: ((emacs "25") (clojure-mode "5.11") (parseedn "0.1") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.16") (sesman "0.3.2"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -87,7 +87,7 @@
8787
(require 'seq)
8888
(require 'sesman)
8989

90-
(defconst cider-version "0.26.0"
90+
(defconst cider-version "0.27.0-snapshot"
9191
"Fallback version used when it cannot be extracted automatically.
9292
Normally it won't be used, unless `pkg-info' fails to extract the
9393
version from the CIDER package or library.")

0 commit comments

Comments
 (0)