Skip to content

Commit

Permalink
Bumped version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Dec 29, 2023
1 parent e9e8d38 commit a25b725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace RetakesPlugin;
[MinimumApiVersion(129)]
public class RetakesPlugin : BasePlugin
{
private const string Version = "1.0.6";
private const string Version = "1.0.7";

public override string ModuleName => "Retakes Plugin";
public override string ModuleVersion => Version;
Expand Down

0 comments on commit a25b725

Please sign in to comment.