diff --git a/package.json b/package.json index f328084b0dac..eb5370945121 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "8.1.3", + "version": "8.1.4", "branch": "8.1", "types": "./kibana.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json", diff --git a/src/core/server/saved_objects/validation/integration_tests/validator.test.ts b/src/core/server/saved_objects/validation/integration_tests/validator.test.ts index 5edd8bcdb7fc..414faad83319 100644 --- a/src/core/server/saved_objects/validation/integration_tests/validator.test.ts +++ b/src/core/server/saved_objects/validation/integration_tests/validator.test.ts @@ -191,7 +191,7 @@ describe('validates saved object types when a schema is provided', () => { { migrationVersion: { foo: '7.16.0' } } ); }).rejects.toThrowErrorMatchingInlineSnapshot( - `"Migration function for version 8.1.3 threw an error"` + `"Migration function for version 8.1.4 threw an error"` ); }); diff --git a/x-pack/package.json b/x-pack/package.json index bc4725189be6..383254350145 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "8.1.3", + "version": "8.1.4", "author": "Elastic", "private": true, "license": "Elastic-License",