Skip to content

Commit 63f34ec

Browse files
authored
Merge pull request #410 from lightninglabs/update-to-v0.15.0-beta
version: bump version to v0.15.0-beta
2 parents 91ad53a + 7c4c021 commit 63f34ec

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

release_notes.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
* Loop-in quote now asks the server to optionally probe the client to test
19-
inbound liquidity. The server may use this information to give more accurate
20-
quotes.
2118

2219
#### Breaking Changes
2320

2421
#### Bug Fixes
25-
* Grpc error codes returned by the swap server when swap initiation fails are
26-
now surfaced to the client. Previously these error codes would be returned
27-
as a string.
2822

2923
#### Maintenance
30-
* Updated compile time dependencies of `lnd`, `grpc-gateway`, `protobuf` and
31-
`grpc`.

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 14
30-
appPatch uint = 2
29+
appMinor uint = 15
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)