Update homepage for 5.11.1.202105131744-r

Change-Id: Iaab5f0de7e3ca3f32747164a08c89f6a2d3c09ed
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
diff --git a/download/index.php b/download/index.php
index bc125f7..debc640 100644
--- a/download/index.php
+++ b/download/index.php
@@ -19,7 +19,7 @@
 include ($App->getProjectCommon());
 $Theme->setPageTitle("EGit - Download");
 
-$version = "5.11.0.202103091610-r";
+$version = "5.11.1.202105131744-r";
 $html = file_get_contents('_index.html');
 $html = preg_replace('/@VERSION@/', $version, $html);
 $Theme->setHtml($html);