From 9772267278f07fd6c2bd66f22eefbae2acfa5e68 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 13 Apr 2026 14:18:45 +0100 Subject: Version bump --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/nginx.h b/src/core/nginx.h index 6267a90c9..f4ccc6183 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1029008 -#define NGINX_VERSION "1.29.8" +#define nginx_version 1031000 +#define NGINX_VERSION "1.31.0" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD -- cgit