From ad1dfcefc587dcd1f36342945df2912303226327 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Fri, 28 Apr 2023 10:17:28 -0400 Subject: [PATCH] Fix core version (#328) --- distributions/otelcol/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributions/otelcol/manifest.yaml b/distributions/otelcol/manifest.yaml index 5ee85569..52da1a32 100644 --- a/distributions/otelcol/manifest.yaml +++ b/distributions/otelcol/manifest.yaml @@ -2,9 +2,9 @@ dist: module: github.com/open-telemetry/opentelemetry-collector-releases/core name: otelcol description: OpenTelemetry Collector - version: 0.75.0 + version: 0.76.1 output_path: ./_build - otelcol_version: 0.75.0 + otelcol_version: 0.76.1 receivers: - gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.76.1