From 45bb1225684fdbf437e2ecafb84fd2aa487a3c68 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 26 Feb 2020 17:06:21 +0800 Subject: [PATCH] bump version --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 81e2c71..5089bc4 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 1 +#define VER_MINOR 2 #define VER_PATCH 0 #define AUTHORS "jakcron" \ No newline at end of file