From 5e630f76f5adcaa86fc9ad784abdd228875852e5 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 11 Aug 2018 15:15:00 -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 7f5e9d1..6a06f7b 100644 --- a/GUI/mainwindow.cpp +++ b/GUI/mainwindow.cpp @@ -65,7 +65,7 @@ MainWindow::MainWindow(QWidget *parent) : std::map extensions = LoadExtensions(); for (auto i : extensions) extenCombo->addItem(QString::number(i.first) + ": " + i.second); Host::Open(); - Host::AddConsoleOutput(L"NextHooker beta v2.1.1 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/NextHooker"); + Host::AddConsoleOutput(L"NextHooker beta v2.1.2 by Artikash\r\nSource code and more information available under GPLv3 at https://github.com/Artikash/NextHooker"); } MainWindow::~MainWindow()