Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Apr 9, 2015
1 parent a826d20 commit 836b1f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.0/maxwell-0.5.0.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.6.0/maxwell-0.6.0.tar.gz \
| tar zxvf -
cd maxwell-0.5.0
cd maxwell-0.6.0
```


Expand Down
4 changes: 2 additions & 2 deletions docs/site/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ <h3 id="grant-permissions">Grant permissions</h3>

<h3 id="install-maxwell">Install maxwell</h3>
<p>You'll need a version 7 of a JVM.</p>
<pre><code>curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.5.0/maxwell-0.5.0.tar.gz \
<pre><code>curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.6.0/maxwell-0.6.0.tar.gz \
| tar zxvf -
cd maxwell-0.5.0
cd maxwell-0.6.0
</code></pre>

<h3 id="run-with-stdout-producer">Run with stdout producer</h3>
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.5.0</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 836b1f0

Please sign in to comment.