Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Dec 8, 2023
1 parent 48f113d commit a47336a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterCoinflips/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Plugin : Plugin<Config, Configs.Translations>
{
public static Plugin Instance;
public override Version RequiredExiledVersion => new(8, 3, 9, 0);
public override Version Version => new(4, 3, 2);
public override Version Version => new(4, 4, 0);
public override string Author => "Miki_hero";
public override string Name => "BetterCoinflips";
public override string Prefix => "better_cf";
Expand Down

0 comments on commit a47336a

Please sign in to comment.