From 13a38c61467de38a93abe7c81bf4e636805431a6 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 23 Jun 2026 14:49:43 -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 aafb7666..b883905a 100644 --- a/src/njs.h +++ b/src/njs.h @@ -11,8 +11,8 @@ #include -#define NJS_VERSION "1.0.0" -#define NJS_VERSION_NUMBER 0x010000 +#define NJS_VERSION "1.0.1" +#define NJS_VERSION_NUMBER 0x010001 #include -- 2.47.3