Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Sep 2, 2018
1 parent a6151f4 commit 6ca7eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6ca7eb3

Please sign in to comment.