We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677d16e commit a07d0eaCopy full SHA for a07d0ea
1 file changed
CodeLab.cs
@@ -51,7 +51,7 @@ public class PluginSupportInfo : IPluginSupportInfo
51
52
public abstract class CodeLab : BitmapEffect<CodeLabConfigToken>
53
{
54
- internal const string Version = "6.6";
+ internal const string Version = "6.7";
55
56
// Includes the Build and Revision fields that are generated by the compiler
57
internal static string VersionFull => typeof(CodeLab).Assembly.GetName().Version.ToString();
0 commit comments