Skip to content

Commit 2458b4c

Browse files
committed
Bump the development version
1 parent 00ee068 commit 2458b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-ts-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: Danny Freeman <[email protected]>
77
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
88
;; Keywords: languages clojure clojurescript lisp
9-
;; Version: 0.2.3
9+
;; Version: 0.2.4-snapshot
1010
;; Package-Requires: ((emacs "30"))
1111

1212
;; This file is not part of GNU Emacs.
@@ -71,7 +71,7 @@
7171
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
7272

7373
(defconst clojure-ts-mode-version
74-
"0.2.3"
74+
"0.2.4-snapshot"
7575
"The current version of `clojure-ts-mode'.")
7676

7777
(defcustom clojure-ts-comment-macro-font-lock-body nil

0 commit comments

Comments
 (0)