diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 1e1260c96..c6ded8dad 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -64,12 +64,12 @@ goto :GIT_190_CHECK :GIT_190_CHECK -set GIT_ERASE_TOP=3 -set GIT_VERSION=1.9.0.chromium.4 +set GIT_ERASE_TOP=4 +set GIT_VERSION=1.9.0.chromium.5 if not "%DEPOT_TOOLS_GIT_BLEEDING%" == "1" goto :GIT_190_CHECK_REST -set GIT_ERASE_TOP=3 -set GIT_VERSION=1.9.0.chromium.4 +set GIT_ERASE_TOP=4 +set GIT_VERSION=1.9.0.chromium.5 :GIT_190_CHECK_REST if "%DEPOT_TOOLS_GIT_190%" == "0" goto :GIT_1852_CHECK