Skip to content

Commit 23cb496

Browse files
committed
update README
1 parent fbd2679 commit 23cb496

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
199199
Releases and Dependency Information
200200
========================================
201201

202-
Latest stable release: 0.6.7
202+
Latest stable release: 0.6.9
203203

204204
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22)
205205

@@ -208,15 +208,15 @@ Latest stable release: 0.6.7
208208
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
209209

210210
```clojure
211-
[org.clojure/tools.analyzer "0.6.7"]
211+
[org.clojure/tools.analyzer "0.6.9"]
212212
```
213213
[Maven](http://maven.apache.org/) dependency information:
214214

215215
```xml
216216
<dependency>
217217
<groupId>org.clojure</groupId>
218218
<artifactId>tools.analyzer</artifactId>
219-
<version>0.6.7</version>
219+
<version>0.6.9</version>
220220
</dependency>
221221
```
222222

0 commit comments

Comments
 (0)