Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo committed Jan 20, 2023
1 parent c484f85 commit a94245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EndConditions/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Plugin : Plugin<Config>
public Methods Methods { get; private set; }

/// <inheritdoc/>
public override Version RequiredExiledVersion { get; } = new(5, 3, 0);
public override Version RequiredExiledVersion { get; } = new(6, 0, 0);

/// <inheritdoc/>
public override void OnEnabled()
Expand Down

0 comments on commit a94245d

Please sign in to comment.