Skip to content

Commit 534eb21

Browse files
committed
Release Technical Preview 3
1 parent b7654c8 commit 534eb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function ovk_scheme(bool $with_slashes = false): string
227227
if(empty($_SERVER["REQUEST_SCHEME"]))
228228
$_SERVER["REQUEST_SCHEME"] = empty($_SERVER["HTTPS"]) ? "HTTP" : "HTTPS";
229229

230-
$showCommitHash = true; # plz remove when release
230+
$showCommitHash = false; # plz remove when release
231231
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
232232
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly";
233233
else

0 commit comments

Comments
 (0)