diff --git a/GUI/mainwindow.cpp b/GUI/mainwindow.cpp index 90d9c2a9..6d3241c4 100644 --- a/GUI/mainwindow.cpp +++ b/GUI/mainwindow.cpp @@ -37,7 +37,7 @@ MainWindow::MainWindow(QWidget *parent) : ); 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()