From d9f9d4ec481889620b82e0ca2246a09ea567e24c Mon Sep 17 00:00:00 2001 From: Jakcron Date: Tue, 29 Mar 2022 17:02:34 +0800 Subject: [PATCH] Bump patch version --- 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 ac89443..1c69708 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 0 -#define VER_PATCH 1 +#define VER_PATCH 2 #define AUTHORS "jakcron" \ No newline at end of file