Skip to content

Commit

Permalink
Change version to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Oct 30, 2024
1 parent 86555fa commit eb932bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider-log.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ Example values: \"Logback\", \"Timbre\"."
(defcustom cider-log-frameworks-buffer "*cider-log-frameworks*"
"The name of the log frameworks popup buffer."
:group 'cider
:package-version '(cider . "1.16.1")
:package-version '(cider . "1.17")
:safe #'stringp
:type 'string)

(defcustom cider-log-auto-select-frameworks-buffer t
"Whether to auto-select the log frameworks popup buffer."
:group 'cider
:package-version '(cider . "1.16.1")
:package-version '(cider . "1.17")
:safe #'booleanp
:type 'boolean)

Expand Down

0 comments on commit eb932bf

Please sign in to comment.