Skip to content

Commit 21d3e97

Browse files
committed
Bump the development version to 2.1.0-snapshot
1 parent 3a93815 commit 21d3e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inf-clojure.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Olin Shivers <[email protected]>
77
;; URL: http://github.com/clojure-emacs/inf-clojure
88
;; Keywords: processes, clojure
9-
;; Version: 2.0.1
9+
;; Version: 2.1.0-snapshot
1010
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
1111

1212
;; This file is part of GNU Emacs.
@@ -77,7 +77,7 @@
7777
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/inf-clojure")
7878
:link '(emacs-commentary-link :tag "Commentary" "inf-clojure"))
7979

80-
(defconst inf-clojure-version "2.0.1"
80+
(defconst inf-clojure-version "2.1.0-snapshot"
8181
"The current version of `inf-clojure'.")
8282

8383
(defcustom inf-clojure-prompt-read-only t

0 commit comments

Comments
 (0)