mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
build: bump version to v0.17.0 rc5
This commit is contained in:
parent
01a05fdea7
commit
f63a2b9507
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@ const (
|
|||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 0
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet
|
||||
// per the semantic versioning spec.
|
||||
AppPreRelease = "beta.rc4"
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta.rc5"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Reference in a new issue