From 6684e30213a7e77de7ac940485ce15f46e43d52e Mon Sep 17 00:00:00 2001 From: Paul Ingles Date: Thu, 19 Sep 2013 11:22:14 +0100 Subject: [PATCH] change release number in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dcf146..36fbd13 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Given 0.8 is still unreleased we're pushing SNAPSHOT releases. Add the following to your [Leiningen](http://github.com/technomancy/leiningen) `project.clj`: ```clj -[clj-kafka "0.1.0-0.8-SNAPSHOT"] +[clj-kafka "0.1.0-0.8-beta1"] ``` ## Usage