File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libs/core/src/main/java/org/opensearch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
116
116
public static final Version V_2_19_0 = new Version (2190099 , org .apache .lucene .util .Version .LUCENE_9_12_1 );
117
117
public static final Version V_2_19_1 = new Version (2190199 , org .apache .lucene .util .Version .LUCENE_9_12_1 );
118
118
public static final Version V_2_19_2 = new Version (2190299 , org .apache .lucene .util .Version .LUCENE_9_12_1 );
119
- public static final Version V_2_19_3 = new Version (2190399 , org .apache .lucene .util .Version .LUCENE_9_12_1 );
119
+ public static final Version V_2_19_3 = new Version (2190399 , org .apache .lucene .util .Version .LUCENE_9_12_2 );
120
120
public static final Version V_3_0_0 = new Version (3000099 , org .apache .lucene .util .Version .LUCENE_10_1_0 );
121
121
public static final Version V_3_1_0 = new Version (3010099 , org .apache .lucene .util .Version .LUCENE_10_2_1 );
122
122
public static final Version V_3_2_0 = new Version (3020099 , org .apache .lucene .util .Version .LUCENE_10_2_2 );
You can’t perform that action at this time.
0 commit comments