Update homepage for v5.12.0.202106070339-r

Change-Id: I35ff0c6e62c171a21c3c4ae2df5f7f4d22a769b1
diff --git a/download/index.php b/download/index.php
index debc640..fff8bd4 100644
--- a/download/index.php
+++ b/download/index.php
@@ -19,7 +19,7 @@
 include ($App->getProjectCommon());
 $Theme->setPageTitle("EGit - Download");
 
-$version = "5.11.1.202105131744-r";
+$version = "5.12.0.202106070339-r";
 $html = file_get_contents('_index.html');
 $html = preg_replace('/@VERSION@/', $version, $html);
 $Theme->setHtml($html);