From 4b126047711223ba9e13d4cba08d1aea12b3463e Mon Sep 17 00:00:00 2001 From: Matt Haynie Date: Mon, 8 Jun 2020 22:56:48 -0700 Subject: [PATCH] version change --- tf2_bot_detector/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf2_bot_detector/MainWindow.cpp b/tf2_bot_detector/MainWindow.cpp index 6e0e506d..f1c3ecc9 100644 --- a/tf2_bot_detector/MainWindow.cpp +++ b/tf2_bot_detector/MainWindow.cpp @@ -713,7 +713,7 @@ void MainWindow::OnDrawMenuBar() if (ImGui::BeginMenu("About")) { - ImGui::MenuItem("Version: 1.1 preview 5", nullptr, false, false); + ImGui::MenuItem("Version: 1.1 preview 6", nullptr, false, false); ImGui::EndMenu(); }