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