From d14eef979c5bf90cfcd44d17106a546d48b6ccf7 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 4 Jul 2019 20:50:40 +0900 Subject: [PATCH] Bump versions of package and software --- BTCPayServer.Common/BTCPayServer.Common.csproj | 2 +- BTCPayServer.Tests/docker-compose.yml | 4 ++-- BTCPayServer/BTCPayServer.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Common/BTCPayServer.Common.csproj b/BTCPayServer.Common/BTCPayServer.Common.csproj index fef55f324..367cecb8a 100644 --- a/BTCPayServer.Common/BTCPayServer.Common.csproj +++ b/BTCPayServer.Common/BTCPayServer.Common.csproj @@ -4,7 +4,7 @@ - + diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 8b7c9aafa..a366c462b 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -227,7 +227,7 @@ services: - MYSQL_ALLOW_EMPTY_PASSWORD=yes merchant_lnd: - image: btcpayserver/lnd:v0.6-beta + image: btcpayserver/lnd:v0.7.0-beta restart: unless-stopped environment: LND_CHAIN: "btc" @@ -258,7 +258,7 @@ services: - bitcoind customer_lnd: - image: btcpayserver/lnd:v0.6-beta + image: btcpayserver/lnd:v0.7.0-beta restart: unless-stopped environment: LND_CHAIN: "btc" diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 06c583d87..a8e91da41 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -30,7 +30,7 @@ - +