Skip to content

Commit b45028d

Browse files
authored
chore(NA): bump version to 9.1.3 (elastic#231525)
Usually bump from 9.1.2 to 9.1.3
1 parent 518505f commit b45028d

File tree

8 files changed

+504
-504
lines changed

8 files changed

+504
-504
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dashboarding"
1212
],
1313
"private": true,
14-
"version": "9.1.2",
14+
"version": "9.1.3",
1515
"branch": "9.1",
1616
"types": "./kibana.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",
Binary file not shown.
Binary file not shown.

src/core/server/integration_tests/saved_objects/migrations/group1/__snapshots__/v2_migration.test.ts.snap

Lines changed: 500 additions & 500 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/server/integration_tests/saved_objects/migrations/kibana_migrator_archive_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {
2525
import { delay } from './test_utils';
2626
import { baselineTypes, getBaselineDocuments } from './kibana_migrator_test_kit.fixtures';
2727

28-
export const BASELINE_ELASTICSEARCH_VERSION = '9.1.2';
28+
export const BASELINE_ELASTICSEARCH_VERSION = '9.1.3';
2929
export const BASELINE_DOCUMENTS_PER_TYPE_SMALL = 200;
3030
export const BASELINE_DOCUMENTS_PER_TYPE_LARGE = 100_000;
3131
// we discard the second half with exclude on upgrade (firstHalf !== true)

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-pack",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"author": "Elastic",
55
"private": true,
66
"license": "Elastic-License",

x-pack/solutions/search/plugins/enterprise_search/common/__mocks__/initial_app_data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
export const DEFAULT_INITIAL_APP_DATA = {
9-
kibanaVersion: '9.1.2',
9+
kibanaVersion: '9.1.3',
1010
features: {
1111
hasConnectors: true,
1212
hasDefaultIngestPipeline: true,

0 commit comments

Comments
 (0)