Skip to content

Commit bd8bb11

Browse files
author
Bozhidar Batsov
committed
Add missing :package-version
1 parent d631120 commit bd8bb11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-interaction.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ which will use the default REPL connection."
9292
(defcustom cider-prompt-save-file-on-load t
9393
"Controls whether to prompt to save the file when loading a buffer."
9494
:type 'boolean
95-
:group 'cider)
95+
:group 'cider
96+
:package-version '(cider . "0.6.0"))
9697

9798
(defface cider-error-highlight-face
9899
'((((supports :underline (:style wave)))

0 commit comments

Comments
 (0)