Skip to content

Commit 0dc69f4

Browse files
committed
Version up to 21.6
1 parent 67a9981 commit 0dc69f4

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.5.2";
11+
public const string PluginsVersion = "21.6";
1212

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

0 commit comments

Comments
 (0)