From f5d8dcf75ad8309b7e2d7866c02d816c25f76f60 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 09:24:21 -0700 Subject: [PATCH] chore(editor): bump version to 0.5.0 (130 commits) --- 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 24308c92..6e19d65e 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -237,7 +237,7 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::Text("Wowee World Editor"); ImGui::Text("by Kelsi Davis"); ImGui::Separator(); - ImGui::Text("Version: 0.4.0"); + ImGui::Text("Version: 0.5.0 (130 commits)"); ImGui::Text("Standalone world editor for creating"); ImGui::Text("custom WoW zones for the wowee client."); ImGui::Separator();