mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 14:42:38 +02:00
Merge pull request #8035 from Roasbeef/0-17-rc5
build: bump version to v0.17.0 rc5
This commit is contained in:
@@ -45,9 +45,9 @@ const (
|
|||||||
// AppPatch defines the application patch for this binary.
|
// AppPatch defines the application patch for this binary.
|
||||||
AppPatch uint = 0
|
AppPatch uint = 0
|
||||||
|
|
||||||
// AppPreRelease MUST only contain characters from semanticAlphabet
|
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||||
// per the semantic versioning spec.
|
// the semantic versioning spec.
|
||||||
AppPreRelease = "beta.rc4"
|
AppPreRelease = "beta.rc5"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Reference in New Issue
Block a user