We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57215e commit db93983Copy full SHA for db93983
RuntimeUnityEditor.Core/RuntimeUnityEditorCore.cs
@@ -24,7 +24,7 @@ public class RuntimeUnityEditorCore
24
/// Beware that this is a const and it will be burned as a string into your assembly at build time.
25
/// To see the version that is currently installed use <see cref="InstalledVersion"/>.
26
/// </summary>
27
- public const string Version = "5.4.2";
+ public const string Version = "5.5";
28
29
/// <summary>
30
/// Get the currently installed version at runtime.
0 commit comments