diff --git a/ctrtool/src/version.h b/ctrtool/src/version.h index 54ae9f5..c8a17a5 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 2 -#define VER_PATCH 0 +#define VER_PATCH 1 #define AUTHORS "jakcron"