From 31d5a905af1270a8567305954f54ff59145b6a7a Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 4 Aug 2024 12:25:07 +0800 Subject: [PATCH] Update version to v1.9.1 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b16c8a2..3f495f0 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ #define BIN_NAME "nstool" #define VER_MAJOR 1 #define VER_MINOR 9 -#define VER_PATCH 0 +#define VER_PATCH 1 #define AUTHORS "jakcron" \ No newline at end of file