From ea3b188de4a70e8dc54181bd37a9a88cdd3f5686 Mon Sep 17 00:00:00 2001 From: jakcron Date: Wed, 30 Mar 2022 14:27:12 +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 1c69708..2ee7a9f 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 2 +#define VER_PATCH 3 #define AUTHORS "jakcron" \ No newline at end of file