From 9b171b62137734a5da130c596f76455c14547a73 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:04:31 +0100 Subject: [PATCH] Version up to 5.3.0 --- RuntimeUnityEditor/RuntimeUnityEditorCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RuntimeUnityEditor/RuntimeUnityEditorCore.cs b/RuntimeUnityEditor/RuntimeUnityEditorCore.cs index a47079a..66c7050 100644 --- a/RuntimeUnityEditor/RuntimeUnityEditorCore.cs +++ b/RuntimeUnityEditor/RuntimeUnityEditorCore.cs @@ -24,7 +24,7 @@ public class RuntimeUnityEditorCore /// Beware that this is a const and it will be burned as a string into your assembly at build time. /// To see the version that is currently installed use . /// - public const string Version = "5.2.1"; + public const string Version = "5.3.0"; /// /// Get the currently installed version at runtime.