Skip to content

Commit

Permalink
Tell CircleCI to build in the newly pushed 0.3.8 image. (#239)
Browse files Browse the repository at this point in the history
* Tell CircleCI to build in the newly pushed 0.3.8 image.

The new image is based off of an older Ubuntu (18 instead of 20),
and rather than use the distribution's version of cmake, the image's
Dockerfile downloads a recent binary release of cmake instead.

* forgot to increment version number after most recent release
  • Loading branch information
dgoffredo authored Sep 1, 2022
1 parent e0fb951 commit ab028af
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 @@ -18,7 +18,7 @@ default_environment: &default_environment
defaults: &defaults
working_directory: ~/dd-opentracing-cpp
docker:
- image: datadog/docker-library:dd_opentracing_cpp_build_0_3_7
- image: datadog/docker-library:dd_opentracing_cpp_build_0_3_8
resource_class: medium
environment: *default_environment

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.3";
const std::string tracer_version = "v1.3.4";
const std::string cpp_version = std::to_string(__cplusplus);

} // namespace version
Expand Down

0 comments on commit ab028af

Please sign in to comment.