Skip to content

Commit 40764ed

Browse files
Increment version to 2.17.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dff2184 commit 40764ed

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ BWC_VERSION:
9696
- "2.16.0"
9797
- "2.16.1"
9898
- "2.17.0"
99+
- "2.17.1"

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
opensearch = 2.17.1
1+
opensearch = 2.17.2
22
lucene = 9.11.1
33

44
bundled_jdk_vendor = adoptium

libs/core/src/main/java/org/opensearch/Version.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
140140
public static final Version V_2_16_1 = new Version(2160199, org.apache.lucene.util.Version.LUCENE_9_11_1);
141141
public static final Version V_2_17_0 = new Version(2170099, org.apache.lucene.util.Version.LUCENE_9_11_1);
142142
public static final Version V_2_17_1 = new Version(2170199, org.apache.lucene.util.Version.LUCENE_9_11_1);
143-
public static final Version CURRENT = V_2_17_1;
143+
public static final Version V_2_17_2 = new Version(20170299, org.apache.lucene.util.Version.LUCENE_9_11_1);
144+
public static final Version CURRENT = V_2_17_2;
144145

145146
public static Version fromId(int id) {
146147
final Version known = LegacyESVersion.idToVersion.get(id);

0 commit comments

Comments
 (0)