diff --git a/internal/flags.go b/internal/flags.go index 7495a75a..4e09c0e1 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -82,7 +82,7 @@ func NewApp() (app *cli.App) { app = &cli.App{ Name: "goofys", - Version: "0.0.15-" + VersionHash, + Version: "0.0.16-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,