| Index: bootstrap/win/win_tools.bat | 
| diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat | 
| index 3606e93e44f065f4ccf070b011e331d9f7b9656e..c8142f962744750b822dcc79e6031c86278f0eb6 100644 | 
| --- a/bootstrap/win/win_tools.bat | 
| +++ b/bootstrap/win/win_tools.bat | 
| @@ -70,7 +70,7 @@ reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | %FIND_EXE% /i | 
| if not exist "%WIN_TOOLS_ROOT_DIR%\.git_bleeding_edge" ( | 
| set GIT_VERSION=2.7.4 | 
| ) else ( | 
| -  set GIT_VERSION=2.8.1 | 
| +  set GIT_VERSION=2.8.3 | 
| ) | 
| set GIT_VERSION=%GIT_VERSION%-%OS_BITS% | 
|  | 
|  |