Skip to content

Commit

Permalink
Merge pull request #275 from grubles/bumpmincln
Browse files Browse the repository at this point in the history
cln: bump minimum version to 23.11
  • Loading branch information
grubles authored Jan 19, 2024
2 parents 6bd3af1 + 6078d2d commit 79469b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/peerswap-plugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var supportedAssets = []string{}
var GitCommit string

const (
minClnVersion = "23.02"
minClnVersion = "23.11"
)

func main() {
Expand Down

0 comments on commit 79469b9

Please sign in to comment.