Skip to content

Commit

Permalink
Version up to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 14, 2024
1 parent c1cf718 commit 9b171b6
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.1";
public const string Version = "5.3.0";

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

0 comments on commit 9b171b6

Please sign in to comment.