Skip to content

Commit

Permalink
Bump version to 7.17.16
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt committed Nov 13, 2023
1 parent 0a2fedb commit ebe1cdc
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.15"
- version: "7.17.16"
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.15
version: 7.17.16
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.15"
const defaultBeatVersion = "7.17.16"

0 comments on commit ebe1cdc

Please sign in to comment.