# frozen_string_literal: true # Unless explicitly stated otherwise all files in this repository are licensed # under the Apache 2.0 license (see LICENSE). # This product includes software developed at Datadog (https://www.datadoghq.com/). # Copyright 2020 Datadog, Inc. module OpenTelemetry module Exporters module Datadog ## Current OpenTelemetry Datadog exporter version VERSION = '0.2.0' end end end