Skip to content

Commit

Permalink
chore: bump version to v1.2.1 (#92)
Browse files Browse the repository at this point in the history
Changes:
  - Upgrade dd-trace-cpp to v0.2.2
  • Loading branch information
dmehala authored Jun 21, 2024
1 parent f922690 commit ee79534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_policy(SET CMP0135 NEW)
# nginx's `configure` script,
# - `dd-trace-cpp/CMakeLists.txt`, the Datadog tracing library.

project(ngx_http_datadog_module VERSION 1.2.0)
project(ngx_http_datadog_module VERSION 1.2.1)

option(NGINX_DATADOG_ASM_ENABLED "Build with libddwaf" ON)
set(NGINX_SRC_DIR "" CACHE PATH "The path to a directory with nginx sources")
Expand Down

0 comments on commit ee79534

Please sign in to comment.