Update homepage for 5.7.0.202003110725-r

Change-Id: I3ae0fbc332ac85073108b163dfa4195e0fe62d2c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/index.php b/download/index.php
index ecd4207..6cc0f08 100644
--- a/download/index.php
+++ b/download/index.php
@@ -19,7 +19,7 @@
 include ($App->getProjectCommon());
 $Theme->setPageTitle("EGit - Download");
 
-$version = "5.6.1.202002131546-r";
+$version = "5.7.0.202003110725-r";
 $html = file_get_contents('_index.html');
 $html = preg_replace('/@VERSION@/', $version, $html);
 $Theme->setHtml($html);