mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
build: bump Go version to v1.21.0, lnd version to v0.17.0 rc1 (#7914)
* build: update Go version to 1.21.0 * build: bump version to v0.17.0 rc1
This commit is contained in:
committed by
GitHub
parent
c07ec0462c
commit
dde1495e1d
@@ -40,14 +40,14 @@ const (
|
||||
AppMajor uint = 0
|
||||
|
||||
// AppMinor defines the minor version of this binary.
|
||||
AppMinor uint = 16
|
||||
AppMinor uint = 17
|
||||
|
||||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 99
|
||||
AppPatch uint = 0
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet
|
||||
// per the semantic versioning spec.
|
||||
AppPreRelease = "beta"
|
||||
AppPreRelease = "beta.rc1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user