From d662a5cc469b64d9423ccae0a400ca34d11c3764 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 11 Feb 2026 18:54:35 +0400 Subject: [PATCH] Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/nginx.h b/src/core/nginx.h index 654edc0fa..cac3013c4 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1029005 -#define NGINX_VERSION "1.29.5" +#define nginx_version 1029006 +#define NGINX_VERSION "1.29.6" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD -- 2.47.3