Skip to content

Commit 6f46bb7

Browse files
author
Bozhidar Batsov
committed
Bump the version to 0.8.2-snapshot
1 parent 85efcae commit 6f46bb7

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
@@ -9,7 +9,7 @@
99
;; Hugo Duncan <[email protected]>
1010
;; Steve Purcell <[email protected]>
1111
;; URL: http://www.github.com/clojure-emacs/cider
12-
;; Version: 0.8.1
12+
;; Version: 0.8.2-cvs
1313
;; Package-Requires: ((clojure-mode "3.0.0") (cl-lib "0.5") (dash "2.4.1") (pkg-info "0.4") (emacs "24") (queue "0.1.1"))
1414
;; Keywords: languages, clojure, cider
1515

@@ -67,7 +67,7 @@
6767
(require 'cider-util)
6868
(require 'tramp-sh)
6969

70-
(defvar cider-version "0.8.1"
70+
(defvar cider-version "0.8.2-snapshot"
7171
"Fallback version used when it cannot be extracted automatically.
7272
Normally it won't be used, unless `pkg-info' fails to extract the
7373
version from the CIDER package or library.")

0 commit comments

Comments
 (0)