Skip to content

Commit db55a9e

Browse files
committed
start work on 0.1.8
Signed-off-by: Sean Corfield <[email protected]>
1 parent 14c9044 commit db55a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.clj

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

1717
(def lib 'org.clj-commons/durable-queue)
1818
(defn- the-version [patch] (format "0.1.%s" patch))
19-
(def version (the-version "7"))
19+
(def version (the-version "8")) ; unreleased
2020
(def snapshot (the-version "99-SNAPSHOT"))
2121
(def class-dir "target/classes")
2222

0 commit comments

Comments
 (0)