Skip to content

Commit 5e7e9e6

Browse files
authored
bump bwc version to 2.11 (#763)
Signed-off-by: Hailong Cui <[email protected]>
1 parent 1f9d183 commit 5e7e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications/notifications/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ testClusters.integTest {
265265
}
266266

267267
// Always be minimumCompatibilityVersion of current opensearch version(3.0.0)
268-
def bwcVersionShort = "2.10.0"
268+
def bwcVersionShort = "2.11.0"
269269
def bwcVersion = bwcVersionShort + ".0"
270270
def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT"
271271
def bwcPluginVersion = bwcVersion + "-SNAPSHOT"

0 commit comments

Comments
 (0)