We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3114642 commit a75fbbfCopy full SHA for a75fbbf
CodeLab.cs
@@ -54,7 +54,7 @@ public class CodeLabSupportInfo : IPluginSupportInfo
54
[PluginSupportInfo<CodeLabSupportInfo>]
55
public class CodeLab : BitmapEffect<CodeLabConfigToken>
56
{
57
- internal const string Version = "6.10";
+ internal const string Version = "6.11";
58
59
// Includes the Build and Revision fields that are generated by the compiler
60
internal static string VersionFull => typeof(CodeLab).Assembly.GetName().Version.ToString();
0 commit comments