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 c59bccc commit 076410fCopy full SHA for 076410f
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.1";
+ public const string PluginsVersion = "21.5.2";
12
13
#if AI
14
internal static bool InsideStudio => Application.productName == StudioProcessName;
0 commit comments