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 5c1b931 commit f4b116aCopy full SHA for f4b116a
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 = "22.0.1";
+ public const string PluginsVersion = "22.0.2";
12
13
#if AI
14
internal static bool InsideStudio => Application.productName == StudioProcessName;
0 commit comments