Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1db443

Browse files
committedMay 19, 2025·
Bump the development version
1 parent cb2646e commit c1db443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; Homepage: https://www.github.com/clojure-emacs/cider
1515
;; Keywords: languages, clojure, cider
1616
;;
17-
;; Version: 1.18.0
17+
;; Version: 1.19.0-snapshot
1818
;; Package-Requires: (
1919
;; (emacs "27")
2020
;; (clojure-mode "5.19")
@@ -103,7 +103,7 @@
103103
(require 'sesman)
104104
(require 'package)
105105

106-
(defconst cider-version "1.18.0"
106+
(defconst cider-version "1.19.0-snapshot"
107107
"The current version of CIDER.")
108108

109109
(defconst cider-codename "Athens"

0 commit comments

Comments
 (0)
Please sign in to comment.