diff --git a/src/version.h b/src/version.h index 1ff741e..4b60dca 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #pragma once #define APP_NAME "NSTool" #define BIN_NAME "nstool" -#define VER_MAJOR 0 -#define VER_MINOR 0 -#define VER_PATCH 0 +#define VER_MAJOR 1 +#define VER_MINOR 8 +#define VER_PATCH 1 #define AUTHORS "jakcron" \ No newline at end of file