Skip to content

Commit eb932bf

Browse files
committed
Change version to next release
1 parent 86555fa commit eb932bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-log.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Example values: \"Logback\", \"Timbre\"."
5151
(defcustom cider-log-frameworks-buffer "*cider-log-frameworks*"
5252
"The name of the log frameworks popup buffer."
5353
:group 'cider
54-
:package-version '(cider . "1.16.1")
54+
:package-version '(cider . "1.17")
5555
:safe #'stringp
5656
:type 'string)
5757

5858
(defcustom cider-log-auto-select-frameworks-buffer t
5959
"Whether to auto-select the log frameworks popup buffer."
6060
:group 'cider
61-
:package-version '(cider . "1.16.1")
61+
:package-version '(cider . "1.17")
6262
:safe #'booleanp
6363
:type 'boolean)
6464

0 commit comments

Comments
 (0)