mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
Merge pull request #10876 from ziggie1984/bump-version-v0.21.0-beta
build: bump version to v0.21.0-beta
This commit is contained in:
commit
0c4a70340d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const (
|
|||
|
||||
// AppPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
AppPreRelease = "beta.rc3"
|
||||
AppPreRelease = "beta"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue