From cb11eb5570aa5e1ecf32992b620ae8e27da20c19 Mon Sep 17 00:00:00 2001 From: Pawel Chojnacki Date: Tue, 19 May 2026 12:51:24 +0200 Subject: [PATCH] Version bump 1.17.1 version bump to release the nginx packages into the new registries --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a749cb71..a1ce4317 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) cmake_policy(SET CMP0068 NEW) cmake_policy(SET CMP0135 NEW) -set(NGINX_DATADOG_VERSION 1.17.0) +set(NGINX_DATADOG_VERSION 1.17.1) project(ngx_http_datadog_module VERSION ${NGINX_DATADOG_VERSION}) option(NGINX_DATADOG_ASM_ENABLED "Build with libddwaf" ON)