Skip to content

Commit efa232a

Browse files
committed
first clj-common version will be 0.1.7
there's already a factual 0.1.6 despite what the readme says Signed-off-by: Sean Corfield <[email protected]>
1 parent fc6551d commit efa232a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject org.clj-commons/durable-queue
2-
(or (System/getenv "PROJECT_VERSION") "0.1.6")
2+
(or (System/getenv "PROJECT_VERSION") "0.1.7")
33
:description "a in-process task-queue that is backed by disk."
44
:url "https://github.com/clj-commons/durable-queue"
55
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)