From c1738edfe73fbb12c34aadd31028771cc41898b5 Mon Sep 17 00:00:00 2001 From: Ben Osheroff Date: Fri, 29 May 2015 14:29:17 -0700 Subject: [PATCH] v0.7.2 --- 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 05f3cf531..be3ca61a4 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.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 ``` diff --git a/pom.xml b/pom.xml index 699420b8c..2aba7bfe0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.zendesk maxwell - 0.7.1 + 0.7.2 jar maxwell