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

Commit 6c23879

Browse files
committed
chore: bump CLI to 1.0.0 GA
1 parent cf9a440 commit 6c23879

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/VERSION.txt

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

e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ require (
66
github.com/Jeffail/gabs/v2 v2.5.1
77
github.com/cenkalti/backoff/v4 v4.0.2
88
github.com/cucumber/godog v0.9.0
9-
github.com/elastic/e2e-testing/cli v1.0.0-rc1
9+
github.com/elastic/e2e-testing/cli v1.0.0
1010
github.com/elastic/go-elasticsearch/v8 v8.0.0-20190731061900-ea052088db25
1111
github.com/sirupsen/logrus v1.4.2
1212
github.com/stretchr/testify v1.6.1
1313
)
1414

15-
replace github.com/elastic/e2e-testing/cli v1.0.0-rc1 => ../cli
15+
replace github.com/elastic/e2e-testing/cli v1.0.0 => ../cli

0 commit comments

Comments
 (0)