mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 01:33:02 +01:00
build: bump version to v0.17.0 rc5
This commit is contained in:
parent
01a05fdea7
commit
f63a2b9507
@ -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…
x
Reference in New Issue
Block a user