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 67a9981 commit 0dc69f4Copy full SHA for 0dc69f4
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.2";
+ public const string PluginsVersion = "21.6";
12
13
#if AI
14
internal static bool InsideStudio => Application.productName == StudioProcessName;
0 commit comments