From ce0b23fb838d02a40ecc09421c092c8eda484286 Mon Sep 17 00:00:00 2001 From: Alexander Minkin Date: Sun, 26 Jun 2022 19:53:19 +0300 Subject: [PATCH] Release Technical Preview 4 --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index fbe062c9..04f0b6a1 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -227,7 +227,7 @@ return (function() { if(empty($_SERVER["REQUEST_SCHEME"])) $_SERVER["REQUEST_SCHEME"] = empty($_SERVER["HTTPS"]) ? "HTTP" : "HTTPS"; - $showCommitHash = true; # plz remove when release + $showCommitHash = false; # plz remove when release if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash) $ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly"; else