Version 0.7.5
This commit is contained in:
parent
d83bfc784c
commit
ba66df6bf6
1 changed files with 1 additions and 1 deletions
2
vvin.go
2
vvin.go
|
@ -55,7 +55,7 @@ func Start(args []string) error {
|
|||
app := gli.NewWith(&globalCmd{})
|
||||
app.Name = "vvin"
|
||||
app.Desc = "Change window properties for Windows"
|
||||
app.Version = "0.7.0"
|
||||
app.Version = "0.7.5"
|
||||
app.Usage = ``
|
||||
app.Copyright = "(C) 2019 Shuhei Kubota"
|
||||
app.SuppressErrorOutput = true
|
||||
|
|
Loading…
Reference in a new issue