Skip to content

Commit 173d0e7

Browse files
committed
Bump the development version
1 parent 98db4c8 commit 173d0e7

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.1.0
9+
;; Version: 2.2.0-snapshot
1010
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
1111

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

82-
(defconst inf-clojure-version "2.1.0"
82+
(defconst inf-clojure-version "2.2.0-snapshot"
8383
"The current version of `inf-clojure'.")
8484

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

0 commit comments

Comments
 (0)