From bd219a144a60293c6fcd30c294d8e8eccf6112c1 Mon Sep 17 00:00:00 2001 From: Naterfute <106989409+naterfute@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:28:59 -0700 Subject: [PATCH] Changed godot names in version.py to blazium Signed-off-by: Naterfute <106989409+naterfute@users.noreply.github.com> --- version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.py b/version.py index 0bffc43b541d..7fae022b0bd2 100644 --- a/version.py +++ b/version.py @@ -1,9 +1,9 @@ -short_name = "godot" -name = "Godot Engine" +short_name = "blazium" +name = "Blazium Engine" major = 4 minor = 3 patch = 1 status = "rc" module_config = "" -website = "https://godotengine.org" +website = "https://blazium.app" docs = "4.3"