From 157ca25220d735d8129dbb8e813c80dae7b65f3c Mon Sep 17 00:00:00 2001 From: Paul Ingles Date: Tue, 15 Apr 2014 13:25:35 +0100 Subject: [PATCH] update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc9336a..37457d2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Development is against the 0.8 release of Kafka. The protocols for 0.7 and 0.8 a Add the following to your [Leiningen](http://github.com/technomancy/leiningen) `project.clj`: ```clj -[clj-kafka "0.1.2-0.8"] +[clj-kafka "0.2.0-0.8"] ``` ## Usage