Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Jan 20, 2024
1 parent e1ae41c commit 086370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InstadefusePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace InstadefusePlugin;
[MinimumApiVersion(129)]
public class InstadefusePlugin : BasePlugin
{
private const string Version = "1.3.1";
private const string Version = "1.3.2";

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

0 comments on commit 086370f

Please sign in to comment.