Skip to content

Commit d66dfcb

Browse files
Bumps main to version 8.4.0 (#1991)
Bumps to version 8.4.0
1 parent 421b286 commit d66dfcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unified-release.yml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT"
20+
STACK_VERSION: "8.4-SNAPSHOT"
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v2

elasticsearch/_version.py

Lines changed: 1 addition & 1 deletion
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.3.0"
18+
__versionstr__ = "8.4.0"

0 commit comments

Comments
 (0)