From ff8395c07b1b4e524d72913bd4a6c9df221ec09d Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 24 Apr 2022 12:44:56 +0400 Subject: [PATCH] Back to dev version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index feb7958..0e2df60 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.novemberain/langohr "5.4.0" +(defproject com.novemberain/langohr "5.5.0-SNAPSHOT" :description "A Clojure client for RabbitMQ that embraces the underlying protocol. Built on top of the RabbitMQ Java client" :min-lein-version "2.5.1" :license {:name "Eclipse Public License"}