From 9eb444d91f3ba5d85d00fe456ac69b2062901151 Mon Sep 17 00:00:00 2001 From: Gabor Raski Date: Tue, 4 Apr 2017 10:16:41 +0100 Subject: [PATCH] bump up version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 310e4ab..85909f4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject carrot "1.0.0" +(defproject carrot "1.0.1" :description "A Clojure library designed to providing the implementation of RabbitMq delayed retry mechanism." :url "http://example.com/FIXME" :license {:name "Eclipse Public License"