Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: prepare version to move out of poc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 24, 2020
1 parent aac52dc commit f8b3e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-rc12
1.0.0-rc1
4 changes: 2 additions & 2 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/cucumber/godog v0.9.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/elastic/go-elasticsearch/v8 v8.0.0-20190731061900-ea052088db25
github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc12
github.com/elastic/metricbeat-tests-poc/cli v1.0.0-rc1
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/sirupsen/logrus v1.4.2
Expand All @@ -16,4 +16,4 @@ require (

replace github.com/testcontainers/testcontainers-go v0.0.8 => github.com/mdelapenya/testcontainers-go v0.0.9-compose-1

replace github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc12 => ../cli
replace github.com/elastic/metricbeat-tests-poc/cli v1.0.0-rc1 => ../cli

0 comments on commit f8b3e1e

Please sign in to comment.