diff --git a/internal/flags.go b/internal/flags.go index 6aa034f1..79b76176 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -54,7 +54,7 @@ func NewApp() (app *cli.App) { app = &cli.App{ Name: "goofys", - Version: "0.0.7", + Version: "0.0.8", Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,