From 76f1f87c51fcfdc7ae47bd47b9901b0b13f92b97 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 21 Jan 2023 22:51:46 +0800 Subject: [PATCH] Bump version to v1.7.0 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index f999a51..2cdcb83 100644 --- a/src/version.h +++ b/src/version.h @@ -2,6 +2,6 @@ #define APP_NAME "NSTool" #define BIN_NAME "nstool" #define VER_MAJOR 1 -#define VER_MINOR 6 -#define VER_PATCH 6 +#define VER_MINOR 7 +#define VER_PATCH 0 #define AUTHORS "jakcron" \ No newline at end of file