We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b9333 commit 0d89febCopy full SHA for 0d89feb
3 files changed
examples/http-server/Dockerfile
@@ -3,7 +3,7 @@ from ubuntu:22.04
3
WORKDIR /dd-trace-cpp
4
5
ARG DEBIAN_FRONTEND=noninteractive
6
-ARG BRANCH=v0.2.0
+ARG BRANCH=v0.2.1
7
8
run apt update -y \
9
&& apt install -y g++ make git wget sed \
examples/http-server/server/install-dd-trace-cpp
@@ -5,7 +5,7 @@ set -e
# Adjust for the latest release.
# See <https://github.com/DataDog/dd-trace-cpp/releases/latest>.
-VERSION_TAG=v0.2.0
+VERSION_TAG=v0.2.1
10
cd /tmp
11
git clone --branch "$VERSION_TAG" 'https://github.com/datadog/dd-trace-cpp'
src/datadog/version.cpp
@@ -3,7 +3,7 @@
namespace datadog {
namespace tracing {
-#define DD_TRACE_VERSION "v0.2.0"
+#define DD_TRACE_VERSION "v0.2.1"
const char* const tracer_version = DD_TRACE_VERSION;
const char* const tracer_version_string =
0 commit comments