We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a1162 commit 2d75db1Copy full SHA for 2d75db1
mix.exs
@@ -6,7 +6,7 @@ defmodule OtelMetricExporter.MixProject do
6
app: :otel_metric_exporter,
7
name: "OTel Metric Exporter",
8
description: "An unofficial OTel-compatible metric exporter",
9
- version: "0.3.3",
+ version: "0.3.4",
10
elixir: "~> 1.17",
11
start_permanent: Mix.env() == :prod,
12
source_url: "https://github.com/electric-sql/elixir-otel-metric-exporter",
0 commit comments