Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ values =
[bumpversion:file:./package/endpoint/manifest.yml]
search =
version: {current_version}
categories: ["security", "cloud"]
categories: ["security", "edr_xdr"]
replace =
version: {new_version}
categories: ["security", "cloud"]
categories: ["security", "edr_xdr"]
2 changes: 1 addition & 1 deletion package/endpoint/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: endpoint
title: Elastic Defend
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
version: 8.8.0-next
categories: ["security", "cloud"]
categories: ["security", "edr_xdr"]
# The package type. The options for now are [integration, input], more type might be added in the future.
# The default type is integration and will be set if empty.
type: integration
Expand Down