We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7990325 commit 3286e32Copy full SHA for 3286e32
GitCommands/Git/GitVersion.cs
@@ -17,10 +17,9 @@ public class GitVersion : IComparable<GitVersion>
17
private static readonly GitVersion v2_9_0 = new GitVersion("2.9.0");
18
private static readonly GitVersion v2_11_0 = new GitVersion("2.11.0");
19
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");
21
22
public static readonly GitVersion LastSupportedVersion = v2_11_0;
23
- public static readonly GitVersion LastRecommendedVersion = v2_18_0;
+ public static readonly GitVersion LastRecommendedVersion = new GitVersion("2.19.1");
24
25
private static GitVersion _current;
26
0 commit comments