summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-10-18 00:13:33 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-10-18 00:13:33 +0200
commit5d407a51b74156104229e42f75b604c4d7933aff (patch)
treec9281c7cdf9f6f5758194294ce69cd36f29c6ed0
parent9185fe1e9a74d85456c7d583ea62e1c7b68d23aa (diff)
Bump the dev version to 0.19
Seems we'll be skipping the bugfix release and go straight for a small feature release.
-rw-r--r--cider.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index 72708934..9e86f0bb 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.18.1-snapshot
+;; Version: 0.19.0-snapshot
;; 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.18.1-snapshot"
+(defconst cider-version "0.19.0-snapshot"
"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.")