Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 7a4b9c0

Browse files
Merge branch 'enhancements/git-install-validation' into enhancements/git-path-view
2 parents 8a148d3 + 8ced125 commit 7a4b9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Helpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static class Constants
88
public const string GitInstallPathKey = "GitInstallPath";
99
public const string TraceLoggingKey = "EnableTraceLogging";
1010

11-
public static readonly SoftwareVersion MinimumGitVersion = new SoftwareVersion(2, 12, 2);
11+
public static readonly SoftwareVersion MinimumGitVersion = new SoftwareVersion(2, 11, 1);
1212
public static readonly SoftwareVersion MinimumGitLfsVersion = new SoftwareVersion(2, 0, 2);
1313
}
1414
}

0 commit comments

Comments
 (0)