diff --git a/vvin.go b/vvin.go index a17d322..3dc1bb3 100644 --- a/vvin.go +++ b/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