We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d1b83 commit 443b470Copy full SHA for 443b470
Plugin/MainPlugin.cs
@@ -22,7 +22,7 @@ public class MainPlugin : LabApi.Loader.Features.Plugins.Plugin<Config>
22
public override string Description => "The scripting language for SCP:SL.";
23
public override string Author => "Elektryk_Andrzej";
24
public override Version RequiredApiVersion => LabApiProperties.CurrentVersion;
25
- public override Version Version => new(0, 6, 0);
+ public override Version Version => new(0, 7, 0);
26
27
public static string GitHubLink => "https://github.com/ScriptedEvents/ScriptedEventsReloaded";
28
public static string HelpCommandName => "serhelp";
0 commit comments