Skip to content

Commit 261523b

Browse files
opensearch-ci-botkotwanikunal
authored andcommitted
Increment version to 3.8.1-SNAPSHOT
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent bdd5dab commit 261523b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/backwards_compatibility_tests_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
java: [ 21 ]
3737
os: [ubuntu-latest]
3838
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "2.15.0", "2.16.0", "2.17.0", "2.18.0","2.19.1", "2.20.0-SNAPSHOT"]
39-
opensearch_version : [ "3.8.0-SNAPSHOT" ]
39+
opensearch_version : [ "3.8.1-SNAPSHOT" ]
4040
exclude:
4141
- os: windows-latest
4242
bwc_version: "2.0.1"
@@ -133,7 +133,7 @@ jobs:
133133
java: [ 21 ]
134134
os: [ubuntu-latest]
135135
bwc_version: [ "2.20.0-SNAPSHOT" ]
136-
opensearch_version: [ "3.8.0-SNAPSHOT" ]
136+
opensearch_version: [ "3.8.1-SNAPSHOT" ]
137137

138138
name: k-NN Rolling-Upgrade BWC Tests
139139
runs-on: ${{ matrix.os }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
ext {
1616
// build.version_qualifier parameter applies to knn plugin artifacts only. OpenSearch version must be set
1717
// explicitly as 'opensearch.version' property, for instance opensearch.version=2.0.0-rc1-SNAPSHOT
18-
opensearch_version = System.getProperty("opensearch.version", "3.8.0-SNAPSHOT")
18+
opensearch_version = System.getProperty("opensearch.version", "3.8.1-SNAPSHOT")
1919
version_qualifier = System.getProperty("build.version_qualifier", "")
2020
opensearch_group = "org.opensearch"
2121
isSnapshot = "true" == System.getProperty("build.snapshot", "true")

0 commit comments

Comments
 (0)