Skip to content

Commit ee25096

Browse files
committed
litcli: add app version
1 parent f975901 commit ee25096

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)