Skip to content

Commit 567149a

Browse files
committed
Version up to 21.4
1 parent 71ed268 commit 567149a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal static class Constants
88
/// Version number used by all plugins. Must be convertible to <see cref="System.Version"/>
99
/// Uses ReleaseVersion.HotfixVersion format.
1010
/// </summary>
11-
public const string PluginsVersion = "21.3";
11+
public const string PluginsVersion = "21.4";
1212

1313
#if AI
1414
internal static bool InsideStudio => Application.productName == StudioProcessName;

0 commit comments

Comments
 (0)