version: bump version to v0.31.0-beta

This commit is contained in:
Alex Bosworth 2025-04-23 07:42:34 -07:00
parent 7a620ea4ae
commit 1b214ca175
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
2 changed files with 1 additions and 7 deletions

View file

@ -15,12 +15,6 @@ This file tracks release notes for the loop client.
## Next release
#### New Features
* [Enhance](https://github.com/lightninglabs/loop/pull/912) the
`loop listswaps` command by improving the ability to filter the
response. Use `--start_timestamp_ns` to return only swaps after
that timestamp. Use `--max_swaps` to limit total swap outputs.
Paging is enabled using the `next_start_time` field in the response.
#### Breaking Changes

View file

@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 30
appMinor uint = 31
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per