From c726c95cd46db78978dff147231995ff548cfeb3 Mon Sep 17 00:00:00 2001 From: "joe.miyamoto" Date: Wed, 16 Feb 2022 15:12:41 +0900 Subject: [PATCH] bump version --- NLoop.OpenAPIClient/openapi.json | 2 +- NLoop.Server/NLoop.Server.fsproj | 2 +- openapi.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NLoop.OpenAPIClient/openapi.json b/NLoop.OpenAPIClient/openapi.json index b3aa413..f9ea069 100644 --- a/NLoop.OpenAPIClient/openapi.json +++ b/NLoop.OpenAPIClient/openapi.json @@ -8,7 +8,7 @@ "url": "https://twitter.com/joemphilips", "email": "joemphilips@gmail.com" }, - "version": "0.1.8.5-beta" + "version": "0.1.8.6-beta" }, "servers": [ { diff --git a/NLoop.Server/NLoop.Server.fsproj b/NLoop.Server/NLoop.Server.fsproj index 3946ea1..bc548b5 100644 --- a/NLoop.Server/NLoop.Server.fsproj +++ b/NLoop.Server/NLoop.Server.fsproj @@ -5,7 +5,7 @@ false win-x64;osx-x64;linux-x64 true - 0.1.8.5-beta + 0.1.8.6-beta true diff --git a/openapi.yml b/openapi.yml index 63fbfce..35c693c 100644 --- a/openapi.yml +++ b/openapi.yml @@ -1,7 +1,7 @@ openapi: '3.0.2' info: title: NLoop Server OpenAPI definition - version: '0.1.8.5-beta' + version: '0.1.8.6-beta' description: Lightning Channel Manager. It will maintain the channel balance by performing submarine swap against Boltz server.