@@ -109,6 +109,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
109
109
public static final Version V_6_8_2 = new Version (6080299 , org .apache .lucene .util .Version .LUCENE_7_7_0 );
110
110
public static final Version V_6_8_3 = new Version (6080399 , org .apache .lucene .util .Version .LUCENE_7_7_0 );
111
111
public static final Version V_6_8_4 = new Version (6080499 , org .apache .lucene .util .Version .LUCENE_7_7_2 );
112
+ public static final Version V_6_8_5 = new Version (6080599 , org .apache .lucene .util .Version .LUCENE_7_7_2 );
112
113
public static final Version V_7_0_0 = new Version (7000099 , org .apache .lucene .util .Version .LUCENE_8_0_0 );
113
114
public static final Version V_7_0_1 = new Version (7000199 , org .apache .lucene .util .Version .LUCENE_8_0_0 );
114
115
public static final Version V_7_1_0 = new Version (7010099 , org .apache .lucene .util .Version .LUCENE_8_0_0 );
@@ -120,6 +121,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
120
121
public static final Version V_7_3_2 = new Version (7030299 , org .apache .lucene .util .Version .LUCENE_8_1_0 );
121
122
public static final Version V_7_4_0 = new Version (7040099 , org .apache .lucene .util .Version .LUCENE_8_2_0 );
122
123
public static final Version V_7_4_1 = new Version (7040199 , org .apache .lucene .util .Version .LUCENE_8_2_0 );
124
+ public static final Version V_7_4_2 = new Version (7040299 , org .apache .lucene .util .Version .LUCENE_8_2_0 );
123
125
public static final Version V_7_5_0 = new Version (7050099 , org .apache .lucene .util .Version .LUCENE_8_2_0 );
124
126
public static final Version V_7_6_0 = new Version (7060099 , org .apache .lucene .util .Version .LUCENE_8_3_0 );
125
127
public static final Version CURRENT = V_7_6_0 ;
0 commit comments