update version

This commit is contained in:
Akash Mozumdar 2018-09-02 14:19:58 -04:00
parent a6151f4b24
commit 6ca7eb3f54

View File

@ -37,7 +37,7 @@ MainWindow::MainWindow(QWidget *parent) :
); );
ReloadExtensions(); ReloadExtensions();
Host::AddConsoleOutput(L"NextHooker beta v3.0.1 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/NextHooker"); Host::AddConsoleOutput(L"NextHooker beta v3.0.2 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/NextHooker");
} }
MainWindow::~MainWindow() MainWindow::~MainWindow()