Skip to content

Commit 26dbab0

Browse files
committed
update version
1 parent e921062 commit 26dbab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ MainWindow::MainWindow(QWidget *parent) :
3636
[&](TextThread* thread) { emit SigRemoveThread(thread); },
3737
[&](TextThread* thread, std::wstring& output) { return ProcessThreadOutput(thread, output); }
3838
);
39-
Host::AddConsoleOutput(L"Textractor beta v3.3.1 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/Textractor");
39+
Host::AddConsoleOutput(L"Textractor beta v3.3.2 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/Textractor");
4040
}
4141

4242
MainWindow::~MainWindow()

0 commit comments

Comments
 (0)