Skip to content

Commit

Permalink
Bumps main to 8.11.0 (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Sep 6, 2023
1 parent 91ffe0f commit 13f896d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
STACK_VERSION:
- "8.10.0-SNAPSHOT"
- "8.11.0-SNAPSHOT"

TEST_SUITE:
- platinum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Assemble
runs-on: ubuntu-latest
env:
STACK_VERSION: "8.10-SNAPSHOT"
STACK_VERSION: "8.11-SNAPSHOT"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__versionstr__ = "8.10.0"
__versionstr__ = "8.11.0"

0 comments on commit 13f896d

Please sign in to comment.