Skip to content

Commit c5adef4

Browse files
committed
Bump the version to 0.9.1-snapshot
1 parent 47739b6 commit c5adef4

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
@@ -10,7 +10,7 @@
1010
;; Steve Purcell <[email protected]>
1111
;; Maintainer: Bozhidar Batsov <[email protected]>
1212
;; URL: http://www.github.com/clojure-emacs/cider
13-
;; Version: 0.9.0
13+
;; Version: 0.9.1-cvs
1414
;; Package-Requires: ((clojure-mode "4.0.0") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1"))
1515
;; Keywords: languages, clojure, cider
1616

@@ -70,7 +70,7 @@
7070
(require 'cider-debug)
7171
(require 'tramp-sh)
7272

73-
(defvar cider-version "0.9.0"
73+
(defvar cider-version "0.9.1-snapshot"
7474
"Fallback version used when it cannot be extracted automatically.
7575
Normally it won't be used, unless `pkg-info' fails to extract the
7676
version from the CIDER package or library.")

0 commit comments

Comments
 (0)