summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2019-01-01 12:07:31 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2019-01-01 12:09:29 +0200
commit91210f6866c8f034b956eac74694db8ea28d3b9a (patch)
treee2f3b6e2b34d4b71836fb44123f03724db74d733 /cider.el
parent556bd650c6e7cd584d337999cfc935c4e7845166 (diff)
Release 0.19
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/cider.el b/cider.el
index 2c768ab0..a3772811 100644
--- a/cider.el
+++ b/cider.el
@@ -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.19.0-snapshot
+;; Version: 0.19.0
;; Package-Requires: ((emacs "25") (clojure-mode "5.9") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.16") (sesman "0.3.2"))
;; Keywords: languages, clojure, cider
@@ -86,7 +86,7 @@
(require 'seq)
(require 'sesman)
-(defconst cider-version "0.19.0-snapshot"
+(defconst cider-version "0.19.0"
"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.")
@@ -404,7 +404,7 @@ Elements of the list are artifact name and list of exclusions to apply for the a
(defconst cider-required-middleware-version "0.18.0"
"The minimum CIDER nREPL version that's known to work properly with CIDER.")
-(defconst cider-latest-middleware-version "0.19.0-SNAPSHOT"
+(defconst cider-latest-middleware-version "0.19.0"
"The latest CIDER nREPL version that's known to work properly with CIDER.")
(defcustom cider-jack-in-auto-inject-clojure nil