From ba8cd2f7c880dc0d1021d294d588ae5eba181a6c Mon Sep 17 00:00:00 2001 From: Jakcron Date: Sun, 19 Jun 2022 13:44:44 +0800 Subject: [PATCH] Bump CTRTool version to v1.1.1 --- ctrtool/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/src/version.h b/ctrtool/src/version.h index c59c9ed..0ae3d8b 100644 --- a/ctrtool/src/version.h +++ b/ctrtool/src/version.h @@ -3,5 +3,5 @@ #define BIN_NAME "ctrtool" #define VER_MAJOR 1 #define VER_MINOR 1 -#define VER_PATCH 0 +#define VER_PATCH 1 #define AUTHORS "jakcron" \ No newline at end of file