Add version

This commit is contained in:
Evan 2024-04-05 22:42:05 -04:00
parent 5ff2e444fa
commit 547ebd6bd7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
)
// Version is app version
var Version string
var Version string = "0.9.0"
type globalCmd struct {
Target string `cli:"target,t=WINDOW_TITLE" help:"default to current window"`