From 67f7d45db94e8031de1846ecbd654aa5d14468fe Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Sun, 18 May 2025 13:33:24 -0500 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index e064a76..693e891 100644 --- a/main.cpp +++ b/main.cpp @@ -10,7 +10,7 @@ int main() { - OX::Core core("Obsidian Editor - Onyx Engine (2025.1)(0.0.4)"); + OX::Core core("Obsidian Editor - Onyx Engine (2025.1)(0.0.7)"); core.AddLayer(std::make_unique("Obsidian Editor"));