Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Aug 4, 2013
1 parent c321aa0 commit d05002b
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 "1.3.1-SNAPSHOT"
(defproject com.novemberain/langohr "1.4.0-SNAPSHOT"
: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"
:license {:name "Eclipse Public License"}
Expand Down
2 changes: 1 addition & 1 deletion src/clojure/langohr/core.clj
Expand Up @@ -54,7 +54,7 @@


(def ^{:const true}
version "1.3.1-SNAPSHOT")
version "1.4.0-SNAPSHOT")

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

0 comments on commit d05002b

Please sign in to comment.