mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
lnd+cmd/lncli: bump version to 0.5-beta
This commit is contained in:
@ -205,7 +205,7 @@ func extractPathArgs(ctx *cli.Context) (string, string, error) {
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "lncli"
|
||||
app.Version = fmt.Sprintf("%s commit=%s", "0.4.2", Commit)
|
||||
app.Version = fmt.Sprintf("%s commit=%s", "0.5", Commit)
|
||||
app.Usage = "control plane for your Lightning Network Daemon (lnd)"
|
||||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{
|
||||
|
Reference in New Issue
Block a user