diff --git a/Dockerfile b/Dockerfile
index 58d139501..766464bf6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM maven:3.6-jdk-11
-ENV MAXWELL_VERSION=1.30.0 KAFKA_VERSION=1.0.0
+ENV MAXWELL_VERSION=1.31.0 KAFKA_VERSION=1.0.0
RUN apt-get update \
&& apt-get -y upgrade \
diff --git a/README.md b/README.md
index f70296196..7a701616c 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ search indexing and inter-service communication. Maxwell gives you some of the
benefits of event sourcing without having to re-architect your entire platform.
Download:
-[https://github.com/zendesk/maxwell/releases/download/v1.30.0/maxwell-1.30.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.30.0/maxwell-1.30.0.tar.gz)
+[https://github.com/zendesk/maxwell/releases/download/v1.31.0/maxwell-1.31.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.31.0/maxwell-1.31.0.tar.gz)
Source:
[https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md
index 5279e4384..01f4f6a22 100644
--- a/docs/docs/quickstart.md
+++ b/docs/docs/quickstart.md
@@ -1,13 +1,13 @@
# Download
***
-- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.30.0/maxwell-1.30.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.30.0/maxwell-1.30.0.tar.gz)
+- Download binary distro: [https://github.com/zendesk/maxwell/releases/download/v1.31.0/maxwell-1.31.0.tar.gz](https://github.com/zendesk/maxwell/releases/download/v1.31.0/maxwell-1.31.0.tar.gz)
- Sources and bug tracking is available on github: [https://github.com/zendesk/maxwell](https://github.com/zendesk/maxwell)
**curl**:
```
-curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.30.0/maxwell-1.30.0.tar.gz \
+curl -sLo - https://github.com/zendesk/maxwell/releases/download/v1.31.0/maxwell-1.31.0.tar.gz \
| tar zxvf -
-cd maxwell-1.30.0
+cd maxwell-1.31.0
```
**docker**:
diff --git a/pom.xml b/pom.xml
index 74c1fa0ce..c6b0e2e87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.zendesk
maxwell
- 1.30.0
+ 1.31.0
jar
maxwell