Skip to content

Commit

Permalink
Prepare 8.11 release (#183) (#184)
Browse files Browse the repository at this point in the history
(cherry picked from commit b1a21cd)

Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin committed Nov 13, 2023
1 parent f13544d commit 6660920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unified-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Assemble
runs-on: ubuntu-latest
env:
STACK_VERSION: "8.3-SNAPSHOT"
STACK_VERSION: "8.11-SNAPSHOT"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion elastic_enterprise_search/_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.

__version__ = "8.3.0"
__version__ = "8.11.0"

0 comments on commit 6660920

Please sign in to comment.