diff --git a/ctrtool/src/version.h b/ctrtool/src/version.h index 0ae3d8b..54ae9f5 100644 --- a/ctrtool/src/version.h +++ b/ctrtool/src/version.h @@ -2,6 +2,6 @@ #define APP_NAME "CTRTool" #define BIN_NAME "ctrtool" #define VER_MAJOR 1 -#define VER_MINOR 1 -#define VER_PATCH 1 -#define AUTHORS "jakcron" \ No newline at end of file +#define VER_MINOR 2 +#define VER_PATCH 0 +#define AUTHORS "jakcron"