Skip to content

Commit cb6969e

Browse files
committed
Use the latest middleware
Proposes using the latest middleware (the 3.* series is much more stable, no breaking changes) for clj-refactor.el users using the latest snapshot. This way we can get extra user testing. After releasing the 3.0.0 middleware (no alpha), we can undo this change and also bump clj-refactor.el to 3.0.0. See also clojure-emacs/refactor-nrepl#337
1 parent ff8877a commit cb6969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@ if REMOVE-PACKAGE_VERSION is t get rid of the (package: 20150828.1048) suffix."
32493249
(replace-regexp-in-string " (.*)" "" version)
32503250
version)))
32513251

3252-
(defcustom cljr-injected-middleware-version (cljr--version t)
3252+
(defcustom cljr-injected-middleware-version "3.0.0-alpha11" ;; (cljr--version t)
32533253
"The refactor-nrepl version to be injected.
32543254
32553255
You can customize this in order to try out new releases.

0 commit comments

Comments
 (0)