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

Commit 149b998

Browse files
committed
Downgrade minimum lfs version
1 parent dd041ee commit 149b998

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
@@ -22,6 +22,6 @@ static class Constants
2222
public const string GitInstallationState = "GitInstallationState";
2323

2424
public static readonly TheVersion MinimumGitVersion = TheVersion.Parse("2.11");
25-
public static readonly TheVersion MinimumGitLfsVersion = TheVersion.Parse("2.4");
25+
public static readonly TheVersion MinimumGitLfsVersion = TheVersion.Parse("2.0");
2626
}
2727
}

0 commit comments

Comments
 (0)