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 @@ -117,7 +117,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
117117 public static final Version V_2_19_1 = new Version (2190199 , org .apache .lucene .util .Version .LUCENE_9_12_1 );
118118 public static final Version V_2_19_2 = new Version (2190299 , org .apache .lucene .util .Version .LUCENE_9_12_1 );
119119 public static final Version V_2_19_3 = new Version (2190399 , org .apache .lucene .util .Version .LUCENE_9_12_2 );
120- public static final Version V_2_19_4 = new Version (2190499 , org .apache .lucene .util .Version .LUCENE_9_12_2 );
120+ public static final Version V_2_19_4 = new Version (2190499 , org .apache .lucene .util .Version .LUCENE_9_12_3 );
121121 public static final Version V_3_0_0 = new Version (3000099 , org .apache .lucene .util .Version .LUCENE_10_1_0 );
122122 public static final Version V_3_1_0 = new Version (3010099 , org .apache .lucene .util .Version .LUCENE_10_2_1 );
123123 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