From e99a294bd10ae851f0e1bfc63e4241e1b7966c64 Mon Sep 17 00:00:00 2001 From: jakcron Date: Sun, 23 Sep 2018 12:48:00 +0800 Subject: [PATCH] [nstool] Bump version to v1.0.4 --- programs/nstool/source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/nstool/source/version.h b/programs/nstool/source/version.h index 184fe13..24fccdf 100644 --- a/programs/nstool/source/version.h +++ b/programs/nstool/source/version.h @@ -3,5 +3,5 @@ #define BIN_NAME "nstool" #define VER_MAJOR 1 #define VER_MINOR 0 -#define VER_PATCH 3 +#define VER_PATCH 4 #define AUTHORS "jakcron" \ No newline at end of file