Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed May 29, 2015
1 parent 145e259 commit c1738ed
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
Original file line number Diff line number Diff line change
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.7.1/maxwell-0.7.1.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.7.2/maxwell-0.7.2.tar.gz \
| tar zxvf -
cd maxwell-0.7.1
cd maxwell-0.7.2
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.zendesk</groupId>
<artifactId>maxwell</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit c1738ed

Please sign in to comment.