Skip to content

Commit

Permalink
Version up to 21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jul 17, 2023
1 parent 4383d83 commit 15a286e
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.0.1.1";
public const string PluginsVersion = "21.1";

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

0 comments on commit 15a286e

Please sign in to comment.