Skip to content

Commit

Permalink
chore: bump dd-trace-cpp version (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehala authored May 28, 2024
1 parent f6b9333 commit 0d89feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/http-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from ubuntu:22.04
WORKDIR /dd-trace-cpp

ARG DEBIAN_FRONTEND=noninteractive
ARG BRANCH=v0.2.0
ARG BRANCH=v0.2.1

run apt update -y \
&& apt install -y g++ make git wget sed \
Expand Down
2 changes: 1 addition & 1 deletion examples/http-server/server/install-dd-trace-cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

cd /tmp
git clone --branch "$VERSION_TAG" 'https://github.com/datadog/dd-trace-cpp'
Expand Down
2 changes: 1 addition & 1 deletion src/datadog/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 0d89feb

Please sign in to comment.