File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ What did I do to test the code and ensure quality:
18
18
-
19
19
20
20
Has been tested on (remove any that don't apply):
21
- - GIT 2.10 and above
21
+ - GIT 2.11 and above
22
22
- Windows 7 and above
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ public class GitVersion : IComparable<GitVersion>
17
17
private static readonly GitVersion v2_9_0 = new GitVersion ( "2.9.0" ) ;
18
18
private static readonly GitVersion v2_11_0 = new GitVersion ( "2.11.0" ) ;
19
19
private static readonly GitVersion v2_15_2 = new GitVersion ( "2.15.2" ) ;
20
- private static readonly GitVersion v2_16_3 = new GitVersion ( "2.16.3 " ) ;
20
+ private static readonly GitVersion v2_18_0 = new GitVersion ( "2.18.0 " ) ;
21
21
22
- public static readonly GitVersion LastSupportedVersion = v2_9_0 ;
23
- public static readonly GitVersion LastRecommendedVersion = v2_16_3 ;
22
+ public static readonly GitVersion LastSupportedVersion = v2_11_0 ;
23
+ public static readonly GitVersion LastRecommendedVersion = v2_18_0 ;
24
24
25
25
private const string Prefix = "git version" ;
26
26
You can’t perform that action at this time.
0 commit comments