From e1a6f9101d024c2283312143f3a31a0419fb0693 Mon Sep 17 00:00:00 2001 From: jakcron Date: Fri, 15 Apr 2022 11:27:33 +0800 Subject: [PATCH] Bump version to v1.1.0 --- ctrtool/src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrtool/src/version.h b/ctrtool/src/version.h index 27dba3b..c59c9ed 100644 --- a/ctrtool/src/version.h +++ b/ctrtool/src/version.h @@ -2,6 +2,6 @@ #define APP_NAME "CTRTool" #define BIN_NAME "ctrtool" #define VER_MAJOR 1 -#define VER_MINOR 0 -#define VER_PATCH 4 +#define VER_MINOR 1 +#define VER_PATCH 0 #define AUTHORS "jakcron" \ No newline at end of file