We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dc458 commit aa26d62Copy full SHA for aa26d62
cider.el
@@ -11,7 +11,7 @@
11
;; Steve Purcell <steve@sanityinc.com>
12
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
13
;; URL: https://www.github.com/clojure-emacs/cider
14
-;; Version: 1.13.1
+;; Version: 1.14.0-snapshot
15
;; Package-Requires: ((emacs "26") (clojure-mode "5.18.1") (parseedn "1.2.1") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
16
;; Keywords: languages, clojure, cider
17
@@ -93,7 +93,7 @@
93
(require 'sesman)
94
(require 'package)
95
96
-(defconst cider-version "1.13.1"
+(defconst cider-version "1.14.0-snapshot"
97
"The current version of CIDER.")
98
99
(defconst cider-codename "Santiago"
0 commit comments