From ffc95c01ed8bfb834b1b017f08f83d40b8701629 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Wed, 22 Apr 2026 15:44:33 -0700 Subject: [PATCH] Version bump. --- src/njs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/njs.h b/src/njs.h index 965c1c87..07e452fe 100644 --- a/src/njs.h +++ b/src/njs.h @@ -11,8 +11,8 @@ #include -#define NJS_VERSION "0.9.7" -#define NJS_VERSION_NUMBER 0x000907 +#define NJS_VERSION "0.9.8" +#define NJS_VERSION_NUMBER 0x000908 #include -- 2.47.3