Skip to content

Commit b553930

Browse files
authored
chore: bump version (#109)
1 parent c4958c7 commit b553930

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/http-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from ubuntu:22.04
33
WORKDIR /dd-trace-cpp
44

55
ARG DEBIAN_FRONTEND=noninteractive
6-
ARG BRANCH=v0.1.12
6+
ARG BRANCH=v0.2.0
77

88
run apt update -y \
99
&& apt install -y g++ make git wget sed \

examples/http-server/server/install-dd-trace-cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
# Adjust for the latest release.
77
# See <https://github.com/DataDog/dd-trace-cpp/releases/latest>.
8-
VERSION_TAG=v0.1.12
8+
VERSION_TAG=v0.2.0
99

1010
cd /tmp
1111
git clone --branch "$VERSION_TAG" 'https://github.com/datadog/dd-trace-cpp'

src/datadog/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace datadog {
44
namespace tracing {
55

6-
#define VERSION "v0.1.12"
6+
#define VERSION "v0.2.0"
77

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

0 commit comments

Comments
 (0)