From f4c068fa29b407613a1de9774f126eed6a466652 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 29 Sep 2018 20:24:57 -0400 Subject: [PATCH] update version --- GUI/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/mainwindow.cpp b/GUI/mainwindow.cpp index 745fe231..8690ecfa 100644 --- a/GUI/mainwindow.cpp +++ b/GUI/mainwindow.cpp @@ -34,7 +34,7 @@ MainWindow::MainWindow(QWidget *parent) : ); ReloadExtensions(); - Host::AddConsoleOutput(L"Textractor beta v3.2.1 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/Textractor"); + Host::AddConsoleOutput(L"Textractor beta v3.2.2 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/Textractor"); } MainWindow::~MainWindow()