Skip to content

Commit

Permalink
beta5 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 17, 2014
1 parent 0fb6cec commit be52543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/getting_started.md
Expand Up @@ -52,7 +52,7 @@ Elastisch artifacts are [released to Clojars](https://clojars.org/clojurewerkz/e
### With Leiningen

``` clojure
[clojurewerkz/elastisch "2.0.0-beta4"]
[clojurewerkz/elastisch "2.0.0-beta5"]
```

### With Maven
Expand All @@ -72,7 +72,7 @@ And then the dependency:
<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>elastisch</artifactId>
<version>2.0.0-beta4</version>
<version>2.0.0-beta5</version>
</dependency>
```

Expand Down

0 comments on commit be52543

Please sign in to comment.