diff --git a/internal/flags.go b/internal/flags.go index f5a9ce99..4a84f49a 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.0-" + VersionHash, + Version: "0.23.1-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,