@@ -109,6 +109,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
109109 public static final Version V_6_8_2 = new Version (6080299 , org .apache .lucene .util .Version .LUCENE_7_7_0 );
110110 public static final Version V_6_8_3 = new Version (6080399 , org .apache .lucene .util .Version .LUCENE_7_7_0 );
111111 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 );
112113 public static final Version V_7_0_0 = new Version (7000099 , org .apache .lucene .util .Version .LUCENE_8_0_0 );
113114 public static final Version V_7_0_1 = new Version (7000199 , org .apache .lucene .util .Version .LUCENE_8_0_0 );
114115 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 {
120121 public static final Version V_7_3_2 = new Version (7030299 , org .apache .lucene .util .Version .LUCENE_8_1_0 );
121122 public static final Version V_7_4_0 = new Version (7040099 , org .apache .lucene .util .Version .LUCENE_8_2_0 );
122123 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 );
123125 public static final Version V_7_5_0 = new Version (7050099 , org .apache .lucene .util .Version .LUCENE_8_2_0 );
124126 public static final Version CURRENT = V_7_5_0 ;
125127
0 commit comments