mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
build: bump version to v0.20.3-beta.rc1
This commit is contained in:
parent
f3d0f00358
commit
ae1c701c56
1 changed files with 2 additions and 2 deletions
|
|
@ -47,11 +47,11 @@ const (
|
|||
AppMinor uint = 20
|
||||
|
||||
// AppPatch defines the application patch for this binary.
|
||||
AppPatch uint = 02
|
||||
AppPatch uint = 03
|
||||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta"
|
||||
AppPreRelease = "beta.rc1"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue