Skip to content

Commit

Permalink
Bump default version for 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Nov 22, 2021
1 parent 17fcc35 commit d61794e
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 d61794e

Please sign in to comment.