mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-12 18:52:14 +01:00
build: bump version to v0.16.1-beta.rc2
This commit is contained in:
parent
8c1f9a8e5a
commit
4c10599ae0
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ const (
|
||||||
AppMinor uint = 16
|
AppMinor uint = 16
|
||||||
|
|
||||||
// AppPatch defines the application patch for this binary.
|
// AppPatch defines the application patch for this binary.
|
||||||
AppPatch uint = 0
|
AppPatch uint = 1
|
||||||
|
|
||||||
// AppPreRelease MUST only contain characters from semanticAlphabet
|
// AppPreRelease MUST only contain characters from semanticAlphabet
|
||||||
// per the semantic versioning spec.
|
// per the semantic versioning spec.
|
||||||
AppPreRelease = "beta.rc3"
|
AppPreRelease = "beta.rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue