diff --git a/get_snapshot b/get_snapshot
index fc10f65db8e0678858a8efce6a8905be41cabebf..c0d5bcb8872ec9b7251a96887eee142ffb584c55 100755
--- a/get_snapshot
+++ b/get_snapshot
@@ -58,9 +58,9 @@ fi
 
 git_version=$(git describe --tags "${UPSTREAM_GIT_BRANCH}")
 
-# TEMP: Fixup version for 2.11.0 - so that it is newer than 2.11.0+rc1
+# TEMP: Fixup version for 2.11.2 - so that it is displayed as 2.11.2
 if [[ "$git_version" = v2.11.0* ]]; then
-    git_version="$(echo "$git_version" | sed s/2.11.0/2.11.1/)"
+    git_version="$(echo "$git_version" | sed s/2.11.0/2.11.2/)"
 fi
 
 if [ `echo "$git_version" | grep -v -E '(g[0-9a-f]+)$'` ]; then