Skip to content

Commit 26adbdf

Browse files
committed
Fix a :package-version property
1 parent cc00383 commit 26adbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ That is, expressions at point are evaluated and the properties of the
6868
resulting value are used to compute completions."
6969
:type 'boolean
7070
:group 'cider
71-
:package-version '(cider . "0.24.0"))
71+
:package-version '(cider . "0.23.0"))
7272

7373
(defun cider-spinner-start (buffer)
7474
"Start the evaluation spinner in BUFFER.

0 commit comments

Comments
 (0)