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

Commit 232f319

Browse files
committed
chore: bump RC to rc12
1 parent 588c2b7 commit 232f319

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-rc11
1+
0.1.0-rc12

e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.12
55
require (
66
github.com/cucumber/godog v0.8.1
77
github.com/elastic/go-elasticsearch/v8 v8.0.0-20190731061900-ea052088db25
8-
github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc11
8+
github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc12
99
github.com/onsi/ginkgo v1.10.1 // indirect
1010
github.com/onsi/gomega v1.7.0 // indirect
1111
github.com/sirupsen/logrus v1.4.2
@@ -14,4 +14,4 @@ require (
1414

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

17-
replace github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc11 => ../cli
17+
replace github.com/elastic/metricbeat-tests-poc/cli v0.1.0-rc12 => ../cli

0 commit comments

Comments
 (0)