From 80ee028b803bcb5c33ed8147757b08391c4a1988 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 13 May 2026 20:18:39 +0100 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 f4ccc6183..bc784fb68 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1031000 -#define NGINX_VERSION "1.31.0" +#define nginx_version 1031001 +#define NGINX_VERSION "1.31.1" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD -- 2.47.3