Skip to content

Commit

Permalink
Version up to 21.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jun 22, 2024
1 parent c59bccc commit 076410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal static class Constants
/// Version number used by all plugins. Must be convertible to <see cref="System.Version"/>
/// Uses ReleaseVersion.HotfixVersion format.
/// </summary>
public const string PluginsVersion = "21.5.1";
public const string PluginsVersion = "21.5.2";

#if AI
internal static bool InsideStudio => Application.productName == StudioProcessName;
Expand Down

0 comments on commit 076410f

Please sign in to comment.