Skip to content

Commit a07d0ea

Browse files
committed
Change version number to 6.7
1 parent 677d16e commit a07d0ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeLab.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class PluginSupportInfo : IPluginSupportInfo
5151

5252
public abstract class CodeLab : BitmapEffect<CodeLabConfigToken>
5353
{
54-
internal const string Version = "6.6";
54+
internal const string Version = "6.7";
5555

5656
// Includes the Build and Revision fields that are generated by the compiler
5757
internal static string VersionFull => typeof(CodeLab).Assembly.GetName().Version.ToString();

0 commit comments

Comments
 (0)