Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
integration_test_nginx:
working_directory: ~/dd-opentracing-cpp
docker:
- image: opentracing/nginx-opentracing:0.16.0
- image: opentracing/nginx-opentracing:0.20.0
environment:
CMAKE_ARGS: -DBUILD_PLUGIN=ON -DBUILD_STATIC=OFF -DBUILD_SHARED=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo
CFLAGS: -march=x86-64 -fPIC
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace datadog {
namespace version {

const std::string tracer_version = "v1.3.1";
const std::string tracer_version = "v1.3.2";
const std::string cpp_version = std::to_string(__cplusplus);

} // namespace version
Expand Down