Skip to content

Commit

Permalink
bump version to 7.17.25 (#14042)
Browse files Browse the repository at this point in the history
Signed-off-by: inge4pres <[email protected]>
  • Loading branch information
inge4pres authored Sep 11, 2024
1 parent ec56ec7 commit 9882183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apmpackage/apm/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# newer versions go on top
#
# change type can be one of: enhancement, bugfix, breaking-change
- version: "7.17.24"
- version: "7.17.25"
changes:
- description: Placeholder
type: bugfix
Expand Down
2 changes: 1 addition & 1 deletion apmpackage/apm/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: apm
title: Elastic APM
version: 7.17.24
version: 7.17.25
license: basic
description: Ingest APM data
type: integration
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package cmd

// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
const defaultBeatVersion = "7.17.24"
const defaultBeatVersion = "7.17.25"

0 comments on commit 9882183

Please sign in to comment.