Skip to content

Commit

Permalink
set version 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <[email protected]>
  • Loading branch information
avelino committed Jun 5, 2024
1 parent ef3ff09 commit 398bdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/moclojer/rq.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [com.moclojer.rq.queue :as queue])
(:import [redis.clients.jedis JedisPooled]))

(def version "0.1.0")
(def version "0.1.1")

;; redis connection pool to be thread safe
(def
Expand Down

0 comments on commit 398bdae

Please sign in to comment.