Skip to content

Commit

Permalink
chore(NA): bump version to 8.9.2 (#164192)
Browse files Browse the repository at this point in the history
Usually bump from 8.9.1 to 8.9.2

---------

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mistic and kibanamachine authored Aug 17, 2023
1 parent 4747ca8 commit 925c1d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "8.9.1",
"version": "8.9.2",
"branch": "8.9",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "8.9.1",
"version": "8.9.2",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'20mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -224,7 +224,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'20mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -324,7 +324,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'7mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down Expand Up @@ -421,7 +421,7 @@ export default function ({ getService }: FtrProviderContext) {
'Model memory limit',
'6mb',
'Version',
'8.9.1',
'8.9.2',
],
},
{
Expand Down

0 comments on commit 925c1d3

Please sign in to comment.