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 71ed268 commit 567149aCopy full SHA for 567149a
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.3";
+ public const string PluginsVersion = "21.4";
12
13
#if AI
14
internal static bool InsideStudio => Application.productName == StudioProcessName;
0 commit comments