Skip to content

Commit 219804c

Browse files
committed
update version
1 parent 1edc6ab commit 219804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/text.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ constexpr auto UNHOOK = u8"Unhook";
2020
constexpr auto REMOVE_HOOK = u8"Which hook to remove?";
2121
constexpr auto SELECT_EXTENSION = u8"Select Extension";
2222
constexpr auto EXTENSIONS = u8"Extensions (*.dll)";
23-
constexpr auto ABOUT = L"Textractor beta v3.4.0 by Artikash\r\n"
23+
constexpr auto ABOUT = L"Textractor beta v3.4.1 by Artikash\r\n"
2424
"Source code and more information available under GPLv3 at https://github.com/Artikash/Textractor";
2525
constexpr auto TOO_MANY_THREADS = L"Textractor: ERROR: too many text threads: can't create more";
2626
constexpr auto ALREADY_INJECTED = L"Textractor: ERROR: already injected";

0 commit comments

Comments
 (0)