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