Update download page for 5.4.2.201908231537-r
Change-Id: I72ff6036d321f3b3000babc6839265e8eb1099be
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/download/index.php b/download/index.php
index c590c7d..b0517f6 100644
--- a/download/index.php
+++ b/download/index.php
@@ -19,7 +19,7 @@
include ($App->getProjectCommon());
$Theme->setPageTitle("EGit - Download");
-$version = "5.4.0.201906121030-r";
+$version = "5.4.2.201908231537-r";
$html = file_get_contents('_index.html');
$html = preg_replace('/@VERSION@/', $version, $html);
$Theme->setHtml($html);