Skip to content

Commit 48b18b7

Browse files
committed
Bump the development version
1 parent 7ea2655 commit 48b18b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def VERSION "0.17.0")
1+
(def VERSION "0.18.0-SNAPSHOT")
22

33
(defproject cider/cider-nrepl VERSION
44
:description "nREPL middlewares for CIDER"

src/cider/nrepl/version.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
(def version
77
"Current version of CIDER nREPL, map of :major, :minor, :incremental, and :qualifier."
8-
(let [version-string "0.17.0"]
8+
(let [version-string "0.18.0-snapshot"]
99
(assoc (->> version-string
1010
(re-find #"(\d+)\.(\d+)\.(\d+)-?(.*)")
1111
rest

0 commit comments

Comments
 (0)