Skip to content

Commit

Permalink
Version up to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 1, 2023
1 parent e76d256 commit 9771eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RuntimeUnityEditor/RuntimeUnityEditorCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <see cref="InstalledVersion"/>.
/// </summary>
public const string Version = "5.2";
public const string Version = "5.2.1";

/// <summary>
/// Get the currently installed version at runtime.
Expand Down

0 comments on commit 9771eb7

Please sign in to comment.