We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ee068 commit 2458b4cCopy full SHA for 2458b4c
clojure-ts-mode.el
@@ -6,7 +6,7 @@
6
;; Maintainer: Danny Freeman <[email protected]>
7
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
8
;; Keywords: languages clojure clojurescript lisp
9
-;; Version: 0.2.3
+;; Version: 0.2.4-snapshot
10
;; Package-Requires: ((emacs "30"))
11
12
;; This file is not part of GNU Emacs.
@@ -71,7 +71,7 @@
71
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
72
73
(defconst clojure-ts-mode-version
74
- "0.2.3"
+ "0.2.4-snapshot"
75
"The current version of `clojure-ts-mode'.")
76
77
(defcustom clojure-ts-comment-macro-font-lock-body nil
0 commit comments