diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 8ffda386c..fb521ceaa 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -58,7 +58,7 @@ goto :END :GIT_CHECK if "%DEPOT_TOOLS_GIT_BLEEDING%" == "1" ( - set GIT_VERSION=1.9.5.chromium.5 + set GIT_VERSION=1.9.5.chromium.6 ) else ( set GIT_VERSION=1.9.5.chromium.5 )