Version 0.7.5

This commit is contained in:
Evan 2023-10-16 16:43:28 -04:00
parent d83bfc784c
commit ba66df6bf6
1 changed files with 1 additions and 1 deletions

View File

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