From e7e3e792f9117d7f35819d5038d70ca0a50d7015 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Mon, 13 Apr 2015 13:14:53 -0700 Subject: [PATCH] v0.6.1 --- docs/docs/quickstart.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 3399ce593..9c68f898b 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.6.0/maxwell-0.6.0.tar.gz \ +curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.6.1/maxwell-0.6.1.tar.gz \ | tar zxvf - -cd maxwell-0.6.0 +cd maxwell-0.6.1 ``` diff --git a/pom.xml b/pom.xml index 8806b7d3e..431172cce 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 0.6.0 + 0.6.1 jar maxwell