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