We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6551d commit efa232aCopy full SHA for efa232a
project.clj
@@ -1,5 +1,5 @@
1
(defproject org.clj-commons/durable-queue
2
- (or (System/getenv "PROJECT_VERSION") "0.1.6")
+ (or (System/getenv "PROJECT_VERSION") "0.1.7")
3
:description "a in-process task-queue that is backed by disk."
4
:url "https://github.com/clj-commons/durable-queue"
5
:license {:name "Eclipse Public License"
0 commit comments