From 8c648dff8512449056e3f4c56918861c6c4a0137 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 09:41:08 -0700 Subject: [PATCH] =?UTF-8?q?chore(editor):=20bump=20version=20to=200.6.0=20?= =?UTF-8?q?=E2=80=94=2010k=20lines,=20projects,=20open=20formats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/editor/editor_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index 63a576a7..e2d9a992 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -276,7 +276,7 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::Text("Wowee World Editor"); ImGui::Text("by Kelsi Davis"); ImGui::Separator(); - ImGui::Text("Version: 0.5.0 (130 commits)"); + ImGui::Text("Version: 0.6.0"); ImGui::Text("Standalone world editor for creating"); ImGui::Text("custom WoW zones for the wowee client."); ImGui::Separator();