diff --git a/internal/flags.go b/internal/flags.go index 52472bbf..aba54c7f 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.18-" + VersionHash, + Version: "0.19.0-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,