Add version
This commit is contained in:
parent
5ff2e444fa
commit
547ebd6bd7
1 changed files with 1 additions and 1 deletions
2
vvin.go
2
vvin.go
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue