File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,11 @@ public class Version implements Comparable<Version>, ToXContentFragment {
109
109
public static final Version V_7_17_7 = new Version (7_17_07_99 , TransportVersion .V_7_17_7 , org .apache .lucene .util .Version .LUCENE_8_11_1 );
110
110
public static final Version V_7_17_8 = new Version (7_17_08_99 , TransportVersion .V_7_17_8 , org .apache .lucene .util .Version .LUCENE_8_11_1 );
111
111
public static final Version V_7_17_9 = new Version (7_17_09_99 , TransportVersion .V_7_17_9 , org .apache .lucene .util .Version .LUCENE_8_11_1 );
112
- public static final Version V_7_17_10 = new Version (7_17_10_99 , TransportVersion .V_7_17_10 , org .apache .lucene .util .Version .LUCENE_8_11_1 );
112
+ public static final Version V_7_17_10 = new Version (
113
+ 7_17_10_99 ,
114
+ TransportVersion .V_7_17_10 ,
115
+ org .apache .lucene .util .Version .LUCENE_8_11_1
116
+ );
113
117
public static final Version V_8_0_0 = new Version (8_00_00_99 , TransportVersion .V_8_0_0 , org .apache .lucene .util .Version .LUCENE_9_0_0 );
114
118
public static final Version V_8_0_1 = new Version (8_00_01_99 , TransportVersion .V_8_0_1 , org .apache .lucene .util .Version .LUCENE_9_0_0 );
115
119
public static final Version V_8_1_0 = new Version (8_01_00_99 , TransportVersion .V_8_1_0 , org .apache .lucene .util .Version .LUCENE_9_0_0 );
You can’t perform that action at this time.
0 commit comments