mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 02:58:03 +02:00
build: bump version to v0.17.4-beta.rc1
This commit is contained in:
parent
2859a5a16d
commit
08cb77c415
@ -43,11 +43,11 @@ const (
|
||||
AppMinor uint = 17
|
||||
|
||||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 3
|
||||
AppPatch uint = 4
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta"
|
||||
AppPreRelease = "beta.rc1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user