From 61f709abb57ab7942d0d991b394ec23f340fe4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=20Wyman=20=E2=88=9E?= Date: Thu, 16 Nov 2017 12:01:21 -0500 Subject: [PATCH] Update Git for Windows Version --- Setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.iss b/Setup.iss index 3cfb512cf..c328d6f78 100644 --- a/Setup.iss +++ b/Setup.iss @@ -27,7 +27,7 @@ #define MyAppPublisherURL "https://www.microsoft.com" #define MyAppURL "https://github.com/Microsoft/Git-Credential-Manager-for-Windows" #define MyAppExeName "git-credential-manager.exe" -#define Git4WinVer "2.13.3" +#define Git4WinVer "2.150" #define Git4WinVerLong = "v" + str(Git4WinVer) + ".windows.1" #define Git4WinName "Git for Windows " + str(Git4WinVer) #define Git4WinFile "Git-" + str(Git4WinVer) + "-64-bit.exe"