From 60d015418296741e6de98e18cec2c6d95f779a5d Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Thu, 22 May 2025 09:28:22 -0500 Subject: [PATCH] Updates editor version to 0.2.6 Reflects the latest release number for the editor. --- src/editor/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/Editor.h b/src/editor/Editor.h index cffd3bf..df0f233 100644 --- a/src/editor/Editor.h +++ b/src/editor/Editor.h @@ -4,7 +4,7 @@ #ifndef EDITOR_H #define EDITOR_H -#define OX_EDITOR_VERSION "Obsidian Editor (0.2.0)" +#define OX_EDITOR_VERSION "Obsidian Editor (0.2.6)" #include "Layer.h" #include "Core.h"