Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
moddedmcplayer committed Nov 5, 2023
1 parent 0e00f30 commit ad74a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hats/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Plugin : Plugin<Config>

public override string Author { get; } = "Rowpann SCP";
public override string Name { get; } = "hats";
public override Version Version { get; } = new Version(1, 7, 0);
public override Version Version { get; } = new Version(2, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(8, 0, 0);

public static Plugin Singleton;
Expand Down

0 comments on commit ad74a78

Please sign in to comment.