From 626d9b1f732b66e14a6c8b7b7b0f39b630ee9231 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Mon, 6 Nov 2023 20:51:00 -0600 Subject: [PATCH] chore: Fix httpx version --- .../httpx/lib/opentelemetry/instrumentation/httpx/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb index b05472d1e..204eefefa 100644 --- a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb +++ b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module HTTPX - VERSION = '0.1.0' + VERSION = '0.0.0' end end end