mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[APM] Updating APM package version (#121431)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7eb16912e8
commit
702bd9b7ec
1 changed files with 1 additions and 1 deletions
|
@ -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-dev4'; // TODO update to just '8.0.0' once published
|
||||
export const SUPPORTED_APM_PACKAGE_VERSION = '8.0.0';
|
||||
|
||||
export function isPrereleaseVersion(version: string) {
|
||||
return semverParse(version)?.prerelease?.length ?? 0 > 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue