From df418328c6e9c4c01329639505ab3446d78b8679 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 11 Feb 2021 19:08:48 +0100
Subject: [PATCH] Minor fix in release process

---
 docs/release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/release-process.md b/docs/release-process.md
index 5a63d59a1..13a243f38 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -16,7 +16,7 @@ again be merged into master.
 
 2. Checkout the `v0.3` branch.
 
-3. Update all references to Theodolite Docker images to tag `v0.1.1`. These are the Kubernetes resource definitions in
+3. Update all references to Theodolite Docker images to tag `v0.3.1`. These are the Kubernetes resource definitions in
 `execution`, the Docker Compose files in `docker-test` and the example `theodolite.yaml` job.
 
 4. Commit these changes.
-- 
GitLab