File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ from ubuntu:22.04
33WORKDIR /dd-trace-cpp
44
55ARG DEBIAN_FRONTEND=noninteractive
6- ARG BRANCH=v0.1.12
6+ ARG BRANCH=v0.2.0
77
88run apt update -y \
99 && apt install -y g++ make git wget sed \
Original file line number Diff line number Diff line change 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
1010cd /tmp
1111git clone --branch " $VERSION_TAG " ' https://github.com/datadog/dd-trace-cpp'
Original file line number Diff line number Diff line change 33namespace datadog {
44namespace tracing {
55
6- #define VERSION " v0.1.12 "
6+ #define VERSION " v0.2.0 "
77
88const char * const tracer_version = VERSION;
99const char * const tracer_version_string = " [dd-trace-cpp version " VERSION " ]" ;
You can’t perform that action at this time.
0 commit comments