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.