8000 Tell CircleCI to build in the newly pushed 0.3.8 image. (#239) · DataDog/dd-opentracing-cpp@ab028af · GitHub
[go: up one dir, main page]

Skip to content

Commit ab028af

Browse files
authored
Tell CircleCI to build in the newly pushed 0.3.8 image. (#239)
* 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
1 parent e0fb951 commit ab028af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default_environment: &default_environment
1818
defaults: &defaults
1919
working_directory: ~/dd-opentracing-cpp
2020
docker:
21-
- image: datadog/docker-library:dd_opentracing_cpp_build_0_3_7
21+
- image: datadog/docker-library:dd_opentracing_cpp_build_0_3_8
2222
resource_class: medium
2323
environment: *default_environment
2424

src/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace datadog {
66
namespace version {
77

8-
const std::string tracer_version = "v1.3.3";
8+
const std::string tracer_version = "v1.3.4";
99
const std::string cpp_version = std::to_string(__cplusplus);
1010

1111
} // namespace version

0 commit comments

Comments
 (0)
0