multi: bump lnd version to v0.15.3-beta

This commit is contained in:
Oliver Gugger 2022-10-19 22:56:46 +02:00
parent 1e7ddea4ae
commit d5f9bb4152
No known key found for this signature in database
GPG key ID: 8E4256593F177720
4 changed files with 20 additions and 14 deletions

View file

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 8
appPatch uint = 0
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.