Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 15, 2013
1 parent 5c8ffd5 commit 0bea8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.novemberain/langohr "2.0.0-rc5-SNAPSHOT" (defproject com.novemberain/langohr "2.0.0"
:description "An idiomatic Clojure client for RabbitMQ that embraces AMQP 0.9.1 model. Built on top of the RabbitMQ Java client" :description "An idiomatic Clojure client for RabbitMQ that embraces AMQP 0.9.1 model. Built on top of the RabbitMQ Java client"
:min-lein-version "2.0.0" :min-lein-version "2.0.0"
:license {:name "Eclipse Public License"} :license {:name "Eclipse Public License"}
Expand Down
2 changes: 1 addition & 1 deletion src/clojure/langohr/core.clj
Expand Up @@ -64,7 +64,7 @@




(def ^{:const true} (def ^{:const true}
version "2.0.0-rc5-SNAPSHOT") version "2.0.0")


(declare create-connection-factory) (declare create-connection-factory)
(defn ^Connection connect (defn ^Connection connect
Expand Down

0 comments on commit 0bea8cd

Please sign in to comment.