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

Commit b07f95a

Browse files
Setting software versions
1 parent 7086df4 commit b07f95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.Api/Helpers/Constants.cs

Lines changed: 2 additions & 2 deletions
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, 11, 1);
12-
public static readonly SoftwareVersion MinimumGitLfsVersion = new SoftwareVersion(2, 0, 2);
11+
public static readonly SoftwareVersion MinimumGitVersion = new SoftwareVersion(2, 11, 0);
12+
public static readonly SoftwareVersion MinimumGitLfsVersion = new SoftwareVersion(2, 2, 0);
1313
}
1414
}

0 commit comments

Comments
 (0)