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 df5a3f0 commit f5355aaCopy full SHA for f5355aa
src/Common/Constants.cs
@@ -8,7 +8,7 @@ internal static class Constants
8
/// Version number used by all plugins. Must be convertible to <see cref="System.Version"/>
9
/// Uses ReleaseVersion.HotfixVersion format.
10
/// </summary>
11
- public const string PluginsVersion = "21.5";
+ public const string PluginsVersion = "21.5.1";
12
13
#if AI
14
internal static bool InsideStudio => Application.productName == StudioProcessName;
0 commit comments