We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a821c8f commit e5fba23Copy full SHA for e5fba23
CMakeLists.txt
@@ -7,7 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
7
cmake_policy(SET CMP0068 NEW)
8
cmake_policy(SET CMP0135 NEW)
9
10
-set(NGINX_DATADOG_VERSION 1.6.1)
+set(NGINX_DATADOG_VERSION 1.7.0)
11
project(ngx_http_datadog_module VERSION ${NGINX_DATADOG_VERSION})
12
13
option(NGINX_DATADOG_ASM_ENABLED "Build with libddwaf" ON)
0 commit comments