Skip to content

Commit 94a0fa5

Browse files
committed
Bump the development version
1 parent a1b5b21 commit 94a0fa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider.el

Lines changed: 3 additions & 3 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.22.1-snapshot
14+
;; Version: 0.23.0-snapshot
1515
;; Package-Requires: ((emacs "25") (clojure-mode "5.9") (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,12 +87,12 @@
8787
(require 'seq)
8888
(require 'sesman)
8989

90-
(defconst cider-version "0.22.1-snapshot"
90+
(defconst cider-version "0.23.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.")
9494

95-
(defconst cider-codename "São Paulo"
95+
(defconst cider-codename "Lima"
9696
"Codename used to denote stable releases.")
9797

9898
(defcustom cider-lein-command

0 commit comments

Comments
 (0)