Skip to content

Commit 8649881

Browse files
authored
Merge pull request #349 from ellemouton/addLitdVersion
litcli: add app version
2 parents f975901 + ee25096 commit 8649881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/litcli/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ var (
7373
func main() {
7474
app := cli.NewApp()
7575

76+
app.Version = terminal.Version()
7677
app.Name = "litcli"
7778
app.Usage = "control plane for your Lightning Terminal (lit) daemon"
7879
app.Flags = []cli.Flag{

0 commit comments

Comments
 (0)