Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Apr 13, 2015
1 parent 91863b0 commit ec8c591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quickstart.md
Expand Up @@ -23,9 +23,9 @@ mysql> GRANT SELECT, REPLICATION CLIENT, REPLICATION SLAVE on *.* to 'maxwell'@'
You'll need a version 7 of a JVM.

```
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.6.1/maxwell-0.6.1.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.6.2/maxwell-0.6.2.tar.gz \
| tar zxvf -
cd maxwell-0.6.1
cd maxwell-0.6.2
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit ec8c591

Please sign in to comment.