Updates editor version to 0.2.6

Reflects the latest release number for the editor.
This commit is contained in:
OusmBlueNinja 2025-05-22 09:28:22 -05:00
parent d107be98d4
commit 60d0154182

View File

@ -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"