Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Oct 31, 2024
1 parent 3d8f835 commit 04338c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer.Plugins.Boltz/BoltzPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace BTCPayServer.Plugins.Boltz;

public class BoltzPlugin : BaseBTCPayServerPlugin
{
public override Version Version => new(2, 0, 0, 0);
public override Version Version => new(2, 0, 1, 0);

public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
[
Expand Down

0 comments on commit 04338c8

Please sign in to comment.