diff --git a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs b/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs
index 2f69de8..a47079a 100644
--- a/RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditorCore.cs
+++ b/RuntimeUnityEditor.Core.IL2CPP/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";
+ public const string Version = "5.2.1";
///
/// Get the currently installed version at runtime.