From 2670a0e8179287f19b4ec0bcb73730a4474c4da9 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 14 Mar 2020 22:10:23 +0800 Subject: [PATCH] Bumped version to 1.3.0 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 5089bc4..f518f46 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 2 +#define VER_MINOR 3 #define VER_PATCH 0 #define AUTHORS "jakcron" \ No newline at end of file