Skip to content

Commit

Permalink
Bump version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS authored Feb 3, 2024
1 parent 612482c commit 32f7e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jailbreak/Jailbreak.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Jailbreak;
public class Jailbreak : BasePlugin
{
public override string ModuleName => "Jailbreak";
public override string ModuleVersion => "0.1.0.{GIT_VERSION}";
public override string ModuleVersion => "0.2.0.{GIT_VERSION}";
public override string ModuleAuthor => "EdgeGamers Development";

private IServiceProvider _provider;
Expand Down

0 comments on commit 32f7e62

Please sign in to comment.