Version Change to match Github Release version

This commit is contained in:
Anemunt
2025-12-14 17:31:10 -05:00
parent b6323a0fdc
commit adaeaae53b

View File

@@ -1098,7 +1098,7 @@ void Engine::renderLauncher() {
ImGui::Separator(); ImGui::Separator();
ImGui::Spacing(); ImGui::Spacing();
ImGui::TextDisabled("Modularity Engine - Version 0.6.4"); ImGui::TextDisabled("Modularity Engine - Version 0.6.7");
ImGui::EndChild(); ImGui::EndChild();
} }
@@ -1327,7 +1327,7 @@ void Engine::renderMainMenuBar() {
if (ImGui::BeginMenu("Help")) { if (ImGui::BeginMenu("Help")) {
if (ImGui::MenuItem("About")) { if (ImGui::MenuItem("About")) {
logToConsole("Modularity Engine v0.6.4"); logToConsole("Modularity Engine v0.6.7");
} }
ImGui::EndMenu(); ImGui::EndMenu();
} }