Skip to content

Commit f5b34ca

Browse files
authored
Merge pull request #935 from lightninglabs/update-to-v0.31.1-beta
version: bump version to v0.31.1-beta
2 parents 8ef7584 + 62ab50a commit f5b34ca

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

release_notes.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ This file tracks release notes for the loop client.
1818

1919
#### Breaking Changes
2020

21-
* Autoloop now defaults to a slow publication deadline (30 minutes after
22-
initiation) to reduce fees. To revert to the previous behavior, users can run
23-
`loop setparams --fast`, which causes swap HTLCs to be published immediately
24-
after initiation.
25-
2621
#### Bug Fixes
2722

2823
#### Maintenance

version.go

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

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

0 commit comments

Comments
 (0)