Skip to content

Commit 950c38a

Browse files
author
Bozhidar Batsov
committed
Release 0.7.0
1 parent de77b59 commit 950c38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; Hugo Duncan <hugo@hugoduncan.org>
1010
;; Steve Purcell <steve@sanityinc.com>
1111
;; URL: http://www.github.com/clojure-emacs/cider
12-
;; Version: 0.7.0-cvs
12+
;; Version: 0.7.0
1313
;; Package-Requires: ((clojure-mode "2.0.0") (cl-lib "0.3") (dash "2.4.1") (pkg-info "0.4") (emacs "24"))
1414
;; Keywords: languages, clojure, cider
1515

@@ -66,7 +66,7 @@
6666
(require 'cider-mode)
6767
(require 'cider-util)
6868

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

0 commit comments

Comments
 (0)