From be08c657999cc765ea596dbc169372a290344946 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 24 Mar 2019 23:01:09 -0400 Subject: [PATCH] update version --- include/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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