Skip to content

Commit

Permalink
bump 7.x version (#4805)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvz authored Feb 18, 2021
1 parent 8cf100e commit 0554049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apmpackage/cmd/gen-package/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
var versionMapping = map[string]string{
"7.11": "0.1.0",
"7.12": "0.1.0",
"7.13": "0.1.0",
"8.0": "0.1.0",
}

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.12.0"
const defaultBeatVersion = "7.13.0"

0 comments on commit 0554049

Please sign in to comment.