Skip to content

Commit

Permalink
Bump default version for 8.0.0 (#119297)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
pjhampton and kibanamachine authored Nov 24, 2021
1 parent 7f2dbe5 commit b3624b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class TelemetryEventsSender {
headers: {
'Content-Type': 'application/x-ndjson',
'X-Elastic-Cluster-ID': clusterUuid,
'X-Elastic-Stack-Version': clusterVersionNumber ? clusterVersionNumber : '7.10.0',
'X-Elastic-Stack-Version': clusterVersionNumber ? clusterVersionNumber : '8.0.0',
...(licenseId ? { 'X-Elastic-License-ID': licenseId } : {}),
},
});
Expand Down

0 comments on commit b3624b9

Please sign in to comment.