Skip to content

Commit

Permalink
chore: bump version to v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Jan 3, 2025
1 parent f703911 commit e05154c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BTCPayServer.Plugins.Boltz/BoltzPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace BTCPayServer.Plugins.Boltz;

public class BoltzPlugin : BaseBTCPayServerPlugin
{
public static Version CurrentVersion = new(1, 3, 5);
public static Version CurrentVersion = new(1, 3, 6);
public override Version Version => CurrentVersion;

public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.3.5
VERSION := 1.3.6
RELEASE_PATH := ./release/BTCPayServer.Plugins.Boltz/$(VERSION)

gh-release:
Expand Down

0 comments on commit e05154c

Please sign in to comment.