update version in README

This commit is contained in:
Paul Ingles 2014-04-15 13:25:35 +01:00
parent f0c025d358
commit 157ca25220

View file

@ -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