Skip to content

Commit 03e2b6d

Browse files
elasticmachinepicandocodigo
authored andcommitted
Bumps main to 8.9.0
1 parent 165b861 commit 03e2b6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/test-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
STACK_VERSION:
2-
- "8.8.0-SNAPSHOT"
2+
- "8.9.0-SNAPSHOT"
33

44
TEST_SUITE:
55
- platinum

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Assemble
1818
runs-on: ubuntu-latest
1919
env:
20-
STACK_VERSION: "8.8-SNAPSHOT"
20+
STACK_VERSION: "8.9-SNAPSHOT"
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v2

elasticsearch/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__versionstr__ = "8.8.0"
18+
__versionstr__ = "8.9.0"

0 commit comments

Comments
 (0)