Skip to content

Commit

Permalink
3.0.0-alpha13
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Oct 5, 2021
1 parent 2374343 commit 9e1f920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Lars Andersen <expez@expez.com>
;; Benedek Fazekas <benedek.fazekas@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Version: 2.5.1
;; Version: 3.0.0-alpha13
;; Keywords: convenience, clojure, cider

;; 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.4") (inflections "2.3") (hydra "0.13.2"))
Expand Down Expand Up @@ -3278,7 +3278,7 @@ if REMOVE-PACKAGE_VERSION is t get rid of the (package: 20150828.1048) suffix."
(replace-regexp-in-string " (.*)" "" version)
version)))

(defcustom cljr-injected-middleware-version "3.0.0-alpha12" ;; (cljr--version t)
(defcustom cljr-injected-middleware-version "3.0.0-alpha13" ;; (cljr--version t)
"The refactor-nrepl version to be injected.
You can customize this in order to try out new releases.
Expand Down

0 comments on commit 9e1f920

Please sign in to comment.