Skip to content

Commit 6efda6a

Browse files
committed
Bump the development version
1 parent 27da9a6 commit 6efda6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-ts-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: Bozhidar Batsov <[email protected]>
88
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
99
;; Keywords: languages clojure clojurescript lisp
10-
;; Version: 0.3.0
10+
;; Version: 0.4.0-snapshot
1111
;; Package-Requires: ((emacs "30.1"))
1212

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

7474
(defconst clojure-ts-mode-version
75-
"0.3.0"
75+
"0.4.0-snapshot"
7676
"The current version of `clojure-ts-mode'.")
7777

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

0 commit comments

Comments
 (0)