Skip to content

Commit

Permalink
Fixes to make CI happy (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilmour authored Sep 15, 2021
1 parent e76fc0c commit 0bbcf05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 0bbcf05

Please sign in to comment.