Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Jun 9, 2015
1 parent b144f8d commit 30ea6f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,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.2/maxwell-0.7.2.tar.gz \
curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.8.0/maxwell-0.8.0.tar.gz \
| tar zxvf -
cd maxwell-0.7.2
cd maxwell-0.8.0
```


Expand All @@ -45,7 +45,7 @@ mysql> insert into test.maxwell set id = 5, daemon = 'firebus! firebus!';
Query OK, 1 row affected (0.04 sec)
(maxwell)
{"table":"maxwell","type":"insert","data":{"id":5,"daemon":"firebus! firebus!"}}
{"table":"maxwell","type":"insert","data":{"id":5,"daemon":"firebus! firebus!"},"ts": 123456789}
```


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.2</version>
<version>0.8.0</version>
<packaging>jar</packaging>

<name>maxwell</name>
Expand Down

0 comments on commit 30ea6f1

Please sign in to comment.