From 4a0c31db75c10e53f84e378619827a31f38312d4 Mon Sep 17 00:00:00 2001
From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com>
Date: Thu, 25 Apr 2024 19:21:47 +0200
Subject: [PATCH] Version up to 5.3.1
---
RuntimeUnityEditor/RuntimeUnityEditorCore.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RuntimeUnityEditor/RuntimeUnityEditorCore.cs b/RuntimeUnityEditor/RuntimeUnityEditorCore.cs
index 66c7050..ab42ab7 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.3.0";
+ public const string Version = "5.3.1";
///
/// Get the currently installed version at runtime.