From cc8a4d6ccbc3e49707dceec563e1ef25c53ce184 Mon Sep 17 00:00:00 2001 From: jakcron Date: Mon, 14 Mar 2022 21:44:24 +0800 Subject: [PATCH] Bump 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 2f0406d..ac89443 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 0 +#define VER_PATCH 1 #define AUTHORS "jakcron" \ No newline at end of file