diff --git a/include/defs.h b/include/defs.h index 8febec5..1045ea3 100644 --- a/include/defs.h +++ b/include/defs.h @@ -30,6 +30,6 @@ constexpr auto CONFIG_FILE = u8"Textractor.ini"; constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repetition>Lua>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines"; constexpr auto WINDOW = u8"Window"; -#define CURRENT_VERSION "3.0.0" +#define CURRENT_VERSION "3.0.1" // EOF