Skip to content

Commit

Permalink
chore: bump version (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehala authored Apr 2, 2024
1 parent c4958c7 commit b553930
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.1.12
ARG BRANCH=v0.2.0

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.1.12
VERSION_TAG=v0.2.0

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 VERSION "v0.1.12"
#define VERSION "v0.2.0"

const char* const tracer_version = VERSION;
const char* const tracer_version_string = "[dd-trace-cpp version " VERSION "]";
Expand Down

0 comments on commit b553930

Please sign in to comment.