Skip to content

Commit

Permalink
Set recommended Git version to 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jun 9, 2019
1 parent 4884278 commit 0b5b68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitCommands/Git/GitVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class GitVersion : IComparable<GitVersion>
private static readonly GitVersion v2_15_2 = new GitVersion("2.15.2");

public static readonly GitVersion LastSupportedVersion = v2_11_0;
public static readonly GitVersion LastRecommendedVersion = new GitVersion("2.20.1");
public static readonly GitVersion LastRecommendedVersion = new GitVersion("2.22.0");

private static GitVersion _current;

Expand Down

0 comments on commit 0b5b68c

Please sign in to comment.