Skip to content

Commit 802e3f6

Browse files
authored
Merge pull request #925 from lightninglabs/update-to-v0.31.0-beta
version: bump version to v0.31.0-beta
2 parents 7a620ea + 1b214ca commit 802e3f6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

release_notes.md

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

1717
#### New Features
18-
* [Enhance](https://github.com/lightninglabs/loop/pull/912) the
19-
`loop listswaps` command by improving the ability to filter the
20-
response. Use `--start_timestamp_ns` to return only swaps after
21-
that timestamp. Use `--max_swaps` to limit total swap outputs.
22-
Paging is enabled using the `next_start_time` field in the response.
23-
2418

2519
#### Breaking Changes
2620

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 30
29+
appMinor uint = 31
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)