Skip to content

Commit

Permalink
Cherry-pick elastic#18286 to 7.x: Fix version to 7.8 (elastic#18287)
Browse files Browse the repository at this point in the history
* updated version

* changelog
  • Loading branch information
michalpristas authored May 6, 2020
1 parent 7f31e12 commit a6e56c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions x-pack/elastic-agent/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- Fix panic and flaky tests for the Agent. {pull}18135[18135]
- Fix default configuration after enroll {pull}18232[18232]
- Fix make sure the collected logs or metrics include streams information. {pull}18261[18261]
- Fix version to 7.8 {pull}18286[18286]

==== New features

Expand Down
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/release/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// version is the current version of the elastic-agent.
var version = "8.0.0"
var version = "7.8.0"

// buildHash is the hash of the current build.
var commit = "<unknown>"
Expand Down

0 comments on commit a6e56c6

Please sign in to comment.