Bump version

This commit is contained in:
Evan 2023-11-03 10:18:11 -04:00
parent 197a969e42
commit e8feb8401f
1 changed files with 1 additions and 1 deletions

View File

@ -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