Skip to content

Commit

Permalink
updated version number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
liebke committed Dec 1, 2011
1 parent 0deb316 commit 02b898d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ Building these distributed concurrency abstractions is the goal of the Java-base
To run these examples, first start a local instance of ZooKeeper on port 2181, see <a href="#running-zookeeper">instructions below</a>, and include zookeeper-clj as a dependency by adding the following to your Leiningen project.clj file:

```clojure
[zookeeper-clj "0.9.0"]
[zookeeper-clj "0.9.1"]
```

<a name="connect"></a>
Expand Down

0 comments on commit 02b898d

Please sign in to comment.