Skip to content

Commit 7436604

Browse files
committed
3.0.0
1 parent 4cb75bd commit 7436604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clj-refactor.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Lars Andersen <expez@expez.com>
88
;; Benedek Fazekas <benedek.fazekas@gmail.com>
99
;; Bozhidar Batsov <bozhidar@batsov.com>
10-
;; Version: 3.0.0-alpha13
10+
;; Version: 3.0.0
1111
;; Keywords: convenience, clojure, cider
1212

1313
;; Package-Requires: ((emacs "26.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.9") (cider "1.0") (parseedn "1.0.46") (inflections "2.3") (hydra "0.13.2"))
@@ -3278,7 +3278,7 @@ if REMOVE-PACKAGE_VERSION is t get rid of the (package: 20150828.1048) suffix."
32783278
(replace-regexp-in-string " (.*)" "" version)
32793279
version)))
32803280

3281-
(defcustom cljr-injected-middleware-version "3.0.0-alpha13" ;; (cljr--version t)
3281+
(defcustom cljr-injected-middleware-version "3.0.0" ;; (cljr--version t)
32823282
"The refactor-nrepl version to be injected.
32833283
32843284
You can customize this in order to try out new releases.

0 commit comments

Comments
 (0)