Skip to content

Commit

Permalink
1.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 22, 2012
1 parent 5b8f72c commit a8123d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,15 +50,15 @@ idea we have is implemented. Keep that in mind.

With Leiningen:

[com.novemberain/langohr "1.0.0-beta6"]
[com.novemberain/langohr "1.0.0-beta7"]


With Maven:

<dependency>
<groupId>com.novemberain</groupId>
<artifactId>langohr</artifactId>
<version>1.0.0-beta6</version>
<version>1.0.0-beta7</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.novemberain/langohr "1.0.0-beta7-SNAPSHOT"
(defproject com.novemberain/langohr "1.0.0-beta7"
: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 @@ -55,7 +55,7 @@
;;

(def ^{:const true}
version "1.0.0-beta7-SNAPSHOT")
version "1.0.0-beta7")

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

0 comments on commit a8123d2

Please sign in to comment.