diff --git a/internal/flags.go b/internal/flags.go index 9d0658c7..00cbd587 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -76,7 +76,7 @@ func NewApp() (app *cli.App) { app = &cli.App{ Name: "goofys", - Version: "0.0.13-" + VersionHash, + Version: "0.0.14-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,