We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d1abd commit 42be641Copy full SHA for 42be641
1 file changed
CodeLab.cs
@@ -48,7 +48,7 @@ public class PluginSupportInfo : IPluginSupportInfo
48
49
public abstract class CodeLab : Effect
50
{
51
- internal const string Version = "6.2";
+ internal const string Version = "6.3";
52
53
private static Image StaticImage => UIUtil.GetImage("CodeLab");
54
0 commit comments