From 836b1f09525a0b2d6f6e5165308299dfe6dba7b5 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Thu, 9 Apr 2015 16:43:59 -0700 Subject: [PATCH] version 0.6.0 --- docs/docs/quickstart.md | 4 ++-- docs/site/quickstart/index.html | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 06f9e12ed..3399ce593 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -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 ``` diff --git a/docs/site/quickstart/index.html b/docs/site/quickstart/index.html index 45f5e7fdf..4664b4a2b 100644 --- a/docs/site/quickstart/index.html +++ b/docs/site/quickstart/index.html @@ -107,9 +107,9 @@

Grant permissions

Install 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
 

Run with stdout producer

diff --git a/pom.xml b/pom.xml index ba1e556a3..8806b7d3e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 0.5.0 + 0.6.0 jar maxwell