Skip to content

Commit a75fbbf

Browse files
committed
Update version number for release
1 parent 3114642 commit a75fbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeLab.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class CodeLabSupportInfo : IPluginSupportInfo
5454
[PluginSupportInfo<CodeLabSupportInfo>]
5555
public class CodeLab : BitmapEffect<CodeLabConfigToken>
5656
{
57-
internal const string Version = "6.10";
57+
internal const string Version = "6.11";
5858

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

0 commit comments

Comments
 (0)