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 @@
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