diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md
index 022fc3dff..7e92203af 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.2/maxwell-0.6.2.tar.gz \
+curl -sLo - https://github.com/zendesk/maxwell/releases/download/v0.6.3/maxwell-0.6.3.tar.gz \
| tar zxvf -
-cd maxwell-0.6.2
+cd maxwell-0.6.3
```
diff --git a/pom.xml b/pom.xml
index e6756aa57..cb78dc6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.zendesk
maxwell
- 0.6.2
+ 0.6.3
jar
maxwell