From a6e56c6dc254aecbfb4023d22d3071a3ba06d56f Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Wed, 6 May 2020 11:50:35 +0200 Subject: [PATCH] Cherry-pick #18286 to 7.x: Fix version to 7.8 (#18287) * updated version * changelog --- x-pack/elastic-agent/CHANGELOG.asciidoc | 1 + x-pack/elastic-agent/pkg/release/version.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/elastic-agent/CHANGELOG.asciidoc b/x-pack/elastic-agent/CHANGELOG.asciidoc index f39b0b81a952..545344ceb4a1 100644 --- a/x-pack/elastic-agent/CHANGELOG.asciidoc +++ b/x-pack/elastic-agent/CHANGELOG.asciidoc @@ -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 diff --git a/x-pack/elastic-agent/pkg/release/version.go b/x-pack/elastic-agent/pkg/release/version.go index fdb19bdf4f9f..3561ddc5047e 100644 --- a/x-pack/elastic-agent/pkg/release/version.go +++ b/x-pack/elastic-agent/pkg/release/version.go @@ -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 = ""