mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 10:29:29 +02:00
build: bump version to v0.19 rc1
This commit is contained in:
@@ -44,14 +44,14 @@ const (
|
|||||||
AppMajor uint = 0
|
AppMajor uint = 0
|
||||||
|
|
||||||
// AppMinor defines the minor version of this binary.
|
// AppMinor defines the minor version of this binary.
|
||||||
AppMinor uint = 18
|
AppMinor uint = 19
|
||||||
|
|
||||||
// AppPatch defines the application patch for this binary.
|
// AppPatch defines the application patch for this binary.
|
||||||
AppPatch uint = 99
|
AppPatch uint = 00
|
||||||
|
|
||||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||||
// the semantic versioning spec.
|
// the semantic versioning spec.
|
||||||
AppPreRelease = "beta"
|
AppPreRelease = "beta.rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Reference in New Issue
Block a user