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

Commit f8b3e1e

Browse files
committed
chore: prepare version to move out of poc
1 parent aac52dc commit f8b3e1e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-rc12
1+
1.0.0-rc1

e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cucumber/godog v0.9.0
88
github.com/cucumber/messages-go/v10 v10.0.3
99
github.com/elastic/go-elasticsearch/v8 v8.0.0-20190731061900-ea052088db25
10-
github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc12
10+
github.com/elastic/metricbeat-tests-poc/cli v1.0.0-rc1
1111
github.com/onsi/ginkgo v1.10.1 // indirect
1212
github.com/onsi/gomega v1.7.0 // indirect
1313
github.com/sirupsen/logrus v1.4.2
@@ -16,4 +16,4 @@ require (
1616

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

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

0 commit comments

Comments
 (0)