Skip to content

Commit

Permalink
[APM] Update APM package version to 8.1.0 (#126477)
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes authored Feb 28, 2022
1 parent 8fc81f4 commit 6634e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/common/fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import semverParse from 'semver/functions/parse';

export const POLICY_ELASTIC_AGENT_ON_CLOUD = 'policy-elastic-agent-on-cloud';

export const SUPPORTED_APM_PACKAGE_VERSION = '8.0.0';
export const SUPPORTED_APM_PACKAGE_VERSION = '8.1.0';

export function isPrereleaseVersion(version: string) {
return semverParse(version)?.prerelease?.length ?? 0 > 0;
Expand Down

0 comments on commit 6634e14

Please sign in to comment.