Skip to content

Commit 3286e32

Browse files
committedNov 4, 2018
Update recommended Git version to 2.19.1
1 parent 7990325 commit 3286e32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎GitCommands/Git/GitVersion.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ public class GitVersion : IComparable<GitVersion>
1717
private static readonly GitVersion v2_9_0 = new GitVersion("2.9.0");
1818
private static readonly GitVersion v2_11_0 = new GitVersion("2.11.0");
1919
private static readonly GitVersion v2_15_2 = new GitVersion("2.15.2");
20-
private static readonly GitVersion v2_18_0 = new GitVersion("2.18.0");
2120

2221
public static readonly GitVersion LastSupportedVersion = v2_11_0;
23-
public static readonly GitVersion LastRecommendedVersion = v2_18_0;
22+
public static readonly GitVersion LastRecommendedVersion = new GitVersion("2.19.1");
2423

2524
private static GitVersion _current;
2625

0 commit comments

Comments
 (0)
Please sign in to comment.